cURL
curl --request PATCH \ --url https://api.domo.com/v1/accounts/{ACCOUNT_ID} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "type": { "id": "<string>", "properties": { "password": "<string>", "authenticateBy": "<string>", "url": "<string>", "username": "<string>" } } } '
{ "id": "<string>", "name": "<string>", "valid": true, "type": { "id": "<string>", "properties": {} } }
Updates the specified Account’s metadata as well as the Account’s Type properties.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the Account
Show child attributes
Returns the updated Account.