- 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
| Parameter | Details |
|---|---|
| The JSON object containing the server properties. |
(Required) | The response format. The default response format is Values: |
(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:
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=pjsonJSON Response example
{"status": "success"}