put https://{FQDN}//clients//accounts/
Updates the Account. Use v1
to replace all fields.
Responses
Updates the Account. Use v1
to replace all fields.
xxxxxxxxxx
curl --request PUT \
--url https://fqdn/Version/clients//accounts/ \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"SC": 200,
"EC": "0"
}