Update settings
curl --request PUT \
--url https://api.txcloud.io/v1/developers/account/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'Account
Update settings
PUT
/
developers
/
account
/
settings
Update settings
curl --request PUT \
--url https://api.txcloud.io/v1/developers/account/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The body is of type object.
Response
200
Settings updated
⌘I