200 - OK | HTTP Response Code | The request has been processed successfully. |
201 - Created | HTTP Response Code | The request has been processed successfully and one or more resources have been created. |
204 - No Content | HTTP Response Code | The request has been processed successfully and there is not content to return in the response. |
400 - Bad Request | HTTP Response Code | The request of the client is not correct and therefore cannot be processed. |
401 - Unauthorized | HTTP Response Code | The request cannot be processed until the client has authenticated successfully. Currently the client has not sufficient privileges to have this request processed. |
404 - Not Found | HTTP Response Code | The requested resource could not be found. |
409 - Conflict | HTTP Response Code | Signals that the request cannot be processed successfully since the resource is in conflict with the provided representation |
500 - Internal Error | HTTP Response Code | The request cannot be processed successfully due to an error on the server side. |
DELETE | HTTP Method | Idempotent operation to delete a resource. |
GET | HTTP Method | Safe and idempotent operation to access a representation of a resource. |
POST | HTTP Method | Wildcard operation to execute a resource service. |
PUT | HTTP Method | Idempotent operation to replace a resource by providing a new representation. |
Userscript Admins | Confluence User Group | Group to manage userscripts on a Confluence server. |