cURL
curl --request PUT \ --url https://api.mudstack.com/workspaces/settings/{key} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-account-id: <x-account-id>' \ --header 'x-workspace-id: <x-workspace-id>' \ --data '{ "value": true }'
true
Update a specific setting for the current workspace by key.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The status of the update operation.
The response is of type boolean.
boolean
Was this page helpful?