Skip to main content
Weavr Multi Product API
Managed Accounts

Update a managed account

PATCH/managed_accounts/{id}

Update the details for the managed account identified by the id in the path.

Request

Path parameters

Request body

*
application/json
{}
objectobject · 2 fields

Responses

200OK

Success

Headers
Body
application/json
{}
ManagedAccountManagedAccount · object · 8 fields
Response example
{  "id": "string",  "profileId": "string",  "tag": "string",  "friendlyName": "string",  "currency": "string",  "balances": {    "availableBalance": 0,    "actualBalance": 0  },  "state": {    "state": "ACTIVE",    "blockedReason": "USER",    "destroyedReason": "SYSTEM"  },  "creationTimestamp": 0}