Update Account limit


                https://api.ocamba.com/v2/ocamba/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
idstringrequired
Unique identifier for the object defined as a path parameter.


Example: 12345

account_idstringrequired
Unique account identifier defined as a path parameter.


Example: 12345

Name
Description
valueinteger
Value of the upper limit.


Example: 1

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.
200 Arrow
{
    "value":123
}