Skip to content
URL:
https://<root>/system/properties/update
Methods:
POST
Version Introduced:
12.0

Description

The update operation allows you to update the server properties.

Request parameters

ParameterDetails

properties

The JSON object containing the server properties.

f

(Required)

The response format. The default response format is html.

Values: html | json | pjson

token

(Required)

Users interacting programmatically with this endpoint must generate a token that must be included as a request parameter. A token can be obtained using the Generate Token operation.

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
7
8
9
10
POST /<context>/admin/system/properties/update HTTP/1.1
Host: organization.example.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

properties={
  "maxFrameCount": 5000,
  "maxFileUploadSize": 10000,
  "disableServicesDirectory": false,
}&f=pjson

JSON Response example

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

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