Update Account limit


                https://api.ocamba.com/v2/adex/accounts/{id}/limits/{limit_id}
            

Updates the specific Account limit by setting the values of the parameters passed. Any parameters not provided will be left unchanged


Name
Description
limit_idstringrequired
Unique limit id.


Example: 747

account_idstringrequired
Unique account identifier defined as a path parameter.


Example: 12345

Name
Description
valueintegerrequired
Value of the upper limit.


Example: 123

204 - No Content
Arrow

note
1 At least one of the updatable fields should be sent via HTTP body in order to change the current state of the account limit.
tip
1 If you don't know the account id, list the accounts to find it.

2 If you don't know the account limit id, list the account limits to find it.

200 Arrow
{
    "value":123
}