Update Campaign limit


                https://api.ocamba.com/api/v1/adex/campaign-limits/{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

Name
Description
limit_valuenumber (integer)required
Minimum value is 1.


Example: 3

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 campaign limit.
tip
1 If you don't know the campaign limit id, list the campaign limits to find it.

200 Arrow
{
  "limit_value":"14"
}