Update (Notebooks Configuration)

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

ParameterDetails

configuration

The JSON object containing the updated configuration.

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

The following is a sample POST request for the update operation:

Use dark colors for code blocksCopy
1
2
3
4
5
6
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

Use dark colors for code blocksCopy
1
2
3
{
  "status": "success"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.