Subaccounts
Update Subaccount
Updates the Subaccount with the given id. This does not include updating the logo: there are separate endpoints for doing so. Aside from the logo, all properties should be included in the request body. Not including the default portfolio id in the update request will have the effect of making the subaccount not have an explicit default portfolio (making it inherit the default portfolio from the parent user).
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of subaccount to return / modify
Examples:
"5nubL0NS"
Body
application/json
Subaccount Update Parameters
The body is of type object
.
Response
200
application/json
Subaccount Details after update
The response is of type object
.