Services to set system properties for the app.
This resources allows to set system properties that are prefixed with de.smartics.userscripts.
.
See System Property for supported properties.
Name |
Short Description |
Path / Method |
|
Provides access to system properties used by the Userscripts for Confluence app. |
|
|
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 |