Modify settings

For a list of the available settings, see the Retrieve settings endpoint.

PUT /setup/api/settings

Parameters

Name Type Description
settings string Required. A JSON string with the new settings. Note that you only need to pass the specific settings you want to modify.

Example

curl -L -X PUT 'https://api_key:your-amazing-password@hostname:admin_port/setup/api/settings' --data-urlencode "settings=`cat /path/to/settings.json`"

Response

HTTP/1.1 204 No Content