System Property Service

Services to set system properties for the app.

Name
System Property Service
Short Name
System Properties
User Roles
Path
/system/properties
Type
Since
2.4

This resources allows to set system properties that are prefixed with de.smartics.userscripts..

See System Property for supported properties.

Operations

Name Short Description Path / Method
Provides access to system properties used by the Userscripts for Confluence app.
/system/properties
GET
Deletes a system property used by the Userscripts for Confluence.
/system/properties/{name}
DELETE
Returns a system property used by Userscripts for Confluence.
/system/properties/{name}
GET
Sets a system property used by Userscripts for Confluence. 
/system/properties/{name}/{value}
PUT