Update Campaign limit


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

Updates the specific Campaign 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

limit_idstringrequired
Unique limit identifier.


Example: limit_id=7323

Name
Description
valuenumberrequired
A number between 1 and 4000000000.


Example: 1000

204 - No Content
Arrow

note
1 The only updatable field is value.
warning
1 This change will be automatically synchronized to an ad server.
tip
1 If you don't know the campaign limits id, list the campaign limits to find it.

200 Arrow
{
  "value":1200
}