Page tree

 

Safe and idempotent operation to access a representation of a resource.

Usage

The code is used by the following systems.

NameTypeShort Description
Get all System PropertiesResource Operation
Provides access to system properties used by the Userscripts for Confluence app.
Get all UserscriptsResource Operation
Provides access to the list of userscripts that are currently stored in the userscripts repository.
Get System PropertyResource Operation
Returns a system property used by Userscripts for Confluence.
Get UserscriptResource Operation
Provides access to a unique userscript by its namespace, name, and version.
UserscriptsDomain Resource
A resource service to create, upload, delete, and access userscripts.

Related Codes

List of codes of the same type.

DELETE
Idempotent operation to delete a resource.
POST
Wildcard operation to execute a resource service.
PUT
Idempotent operation to replace a resource by providing a new representation.