Sub-Accounts
Update sub-account
Update sub-account. Requires a parent project API key; sub-account API keys receive HTTP 403.
patch/v1/sub-accounts/{id}
Path parameters
idstring required
Sub-account ID.
Request body
Response
Sub-account updated.
Example response
{
"subAccount": {
"name": "Client ABC"
}
}Changes
Changed in 2 of the 66 revisions of this API.2
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○