For a list of the available settings, see the Retrieve settings endpoint.
PUT /setup/api/settings
| 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. |
curl -L -X PUT 'https://api_key:your-amazing-password@hostname:admin_port/setup/api/settings' --data-urlencode "settings=`cat /path/to/settings.json`"
HTTP/1.1 204 No Content