v2

latestOpenAPI 3.0.12026-07-263104131.9 MB
Billing

Updates an account

Updates a previously created account given its ID and updated content

put/v2/billing/accounts/{id}

Path parameters

idinteger required

Account ID

Request body

codestring required

Unique code used to identify the account.

namestring required

Display name of the account.

descriptionstring

Optional description of the account.

Example request

{
  "code": "ACCOUNT_NAME",
  "name": "Account example name",
  "description": "This is an example description of the account."
}

Response

Account successfully updated

idinteger
codestring
namestring
descriptionstring
systemboolean