Update account

Update the supplied fields on an account.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

accountIdstringRequired
Account to update.

Request

This endpoint expects an object.
namestringOptional
New name shown to users.

Response

The updated account.
accountobject
The updated account.

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error