Update subAccount
PUT /sub-account/:subAccountId
Use this method to update your subAccount.
Path Parameters
Name
Type
Description
subAccount
Number
ID of the subAccount
Headers
Name
Value
Authorization
Basic <token>
Body
{
name: string
}Response
{
"id": number,
"name": "string",
"account": {
"id": string,
"name": string
}
}Last updated
Was this helpful?