cURL
curl --request PUT \ --url https://api.mudstack.com/accounts/settings \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-account-id: <x-account-id>' \ --data '{ "settings": {} }'
true
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully updated account settings
The response is of type boolean.
boolean
Was this page helpful?