v1
latestOpenAPI 3.0.02026-07-24126202516.7 KBSub-wallets
Update Sub-wallet
Update an existing sub-wallet using the given :id. You can change the name of an enabled sub-wallet. You can change the active status of a redacted sub-wallet.
patch/sub_wallets/{id}
Path parameters
idstring required
Example:c66a1bec-4ca5-418c-8b0a-5513819576ee
sub-wallet ID
Request body
Example request
{
"name": "Investment Fund",
"active": true
}Response
OK
Example response
{
"sub_wallets": {
"id": "c66a1bec-4ca5-418c-8b0a-5513819576ee",
"name": "investment",
"active": true,
"currency": "AUD"
}
}