Update an account capability
POST {{baseUrl}}/v1/accounts/:account/capabilities/:capability
Updates an existing Account Capability.
Request Body
[{"name"=>"expand[0]", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"expand[1]", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"requested", "value"=>"<boolean>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |