put https://cubi-sandbox-api.customersbank.com/accounts/v1/
This endpoint allows for the modification of the account name, control type or designate the account as searchable. Access to this endpoint is restricted solely to administrators.
Responses
This endpoint allows for the modification of the account name, control type or designate the account as searchable. Access to this endpoint is restricted solely to administrators.
xxxxxxxxxx
curl --request PUT \
--url https://cubi-sandbox-api.customersbank.com/accounts/v1/accountId \
--header 'accept: application/json' \
--header 'content-type: application/*+json'
xxxxxxxxxx
{
"id": "string"
}