PUT
/
users
/
settings
curl --request PUT \
  --url https://api.mudstack.com/users/settings \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "settings": {}
}'
true

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
settings
object

Response

200 - application/json
Status of the update operation

The response is of type boolean.