Page tree

 

Central Web Resources

List of central web resources.

System Property Service
Access: Confluence Administrator

Services to set system properties for the app.

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

Userscripts
Access: Confluence Administrator, Userscripts Administrator

A resource service to create, upload, delete, and access userscripts.

NameShort DescriptionPath / Method
Create Userscript by JSON
Creates a new userscript.
/userscripts
POST
Delete Userscript
Deletes a userscript uniquely identified by its namespace, name, and version.
/userscripts/{namespace}/{name}/{version}
DELETE
Get all Userscripts
Provides access to the list of userscripts that are currently stored in the userscripts repository.
/userscripts
GET
Get Userscript
Provides access to a unique userscript by its namespace, name, and version.
/userscripts/{namespace}/{name}/{version}
GET
Update Userscript by JSON
Updates an existing userscript.
/userscripts
PUT

Userscripts Admin
Access: Confluence Administrator, Userscripts Administrator

Services to administrate userscript infrastructure.

NameShort DescriptionPath / Method
Repository Space Configuration
Adjusts permissions of the specified space to meet the criteria for an userscript repository space.
/admin/repository-space-configuration
POST

Userscripts Context Service
Access: Anonymous

Provide access to userscript files for a given context. Even anonymous users have access to this service.

Userscripts Service
Access: Anonymous

Provide access to a single userscript file by its coordinates. Even anonymous users have access to this service.

  • No labels