Skip to main content

Update a managed account

PATCH 
/managed_accounts/:id

Update a single managed account.

Request

Path Parameters

    id stringrequired

    Managed Account User ID

Body

required

Parameters that define the updates to the managed account

    managed_account_allow_custom_pricing boolean

    Boolean value that indicates if the managed account is able to have custom pricing set for it or not. If false, uses the pricing of the manager account. Defaults to false. This value may be changed, but there may be time lag between when the value is changed and pricing changes take effect.

Responses

200: Successful response with information about a single managed account.

401: Unauthenticated response. Happens when the current user cannot be authenticated.

404: Resource not found

422: Unprocessable entity. Check the 'detail' field in response for details.

Loading...