- URL:
- https://<root>/notebooks/configuration/update
- Methods:
POST
- Required Capability:
- Access allowed with either the "Servers" or "Security and infrastructure" privileges
- Version Introduced:
- 11.4
Description
The update
operation allows you to update notebook configurations. The update operation overwrites all existing configurations.
Request parameters
Parameter | Details |
---|---|
| The JSON object containing the updated configuration. |
| The response format. The default response format is Values: |
Example usage
The following is a sample POST request for the update
operation:
POST /context/admin/notebooks/configuration/update HTTP/1.1
Host: organization.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
configuration={"webSocketSize": 24}&f=pjson&token=<token>
JSON Response example
{
"status": "success"
}