cURL
curl --request PUT \ --url https://api.example.com/api/core/settings/{setting_name} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "message": "<string>" }
Update settings for a given settings group (currently only data-retention)
Bearer token authentication. Format: 'Bearer '
The body is of type Request Data · object.
Request Data · object
Successful Response
Was this page helpful?