v2
latestOpenAPI 3.0.12026-07-263104131.9 MBBilling
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
Example request
{
"code": "ACCOUNT_NAME",
"name": "Account example name",
"description": "This is an example description of the account."
}Response
Account successfully updated