The request has been processed successfully and there is not content to return in the response.
Usage
The code is used by the following systems.
Name |
Type |
Short Description |
|
|
Deletes a userscript uniquely identified by its namespace, name, and version. |
|
|
Updates an existing userscript. |
List of codes of the same type.
- 200 - OK
- The request has been processed successfully.
- 201 - Created
- The request has been processed successfully and one or more resources have been created.
- 400 - Bad Request
- The request of the client is not correct and therefore cannot be processed.
- 401 - Unauthorized
- 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
- The requested resource could not be found.
- 409 - Conflict
- Signals that the request cannot be processed successfully since the resource is in conflict with the provided representation
- 500 - Internal Error
- The request cannot be processed successfully due to an error on the server side.