Page tree

 

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

NameShort DescriptionPath / Method
Get all System Properties
Provides access to system properties used by the Userscripts for Confluence app.
/system/properties
GET
Delete System Property
Deletes a system property used by the Userscripts for Confluence.
/system/properties/{name}
DELETE
Get System Property
Returns a system property used by Userscripts for Confluence.
/system/properties/{name}
GET
Create or Update System Property
Sets a system property used by Userscripts for Confluence. 
/system/properties/{name}/{value}
PUT