Update Account limit
https://api.ocamba.com/v2/adex/accounts/{id}/limits/{limit_id}
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
Descriptionlimit_idstringrequired
Unique limit id.Example: 747
account_idstringrequired
Unique account identifier defined as a path parameter.Example: 12345
Name
Descriptionvalueintegerrequired
Value of the upper limit.Example: 123
204 - No Content
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.
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.