Update Modifier


                https://api.ocamba.com/v2/adex/campaigns/{id}/pricing/modifiers/{modifier_id}
            

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


Name
Description
campaign_idintegerrequired
Unique campaign identifier defined as a path parameter.


Example: 1234142

idstringrequired
Unique modifier id.


Example: 95eb301b-6aaf-42ad-a219-ccbd5f4d3d2b

Name
Description
categories[ string ]
Array of IAB categories.


Example: IAB1-1,IAB2-1

countries[ string ]
Array of countries targets.


Example: RS, JP

valuefloatrequired
Modifier value.


Example: 1.2

204 - No Content
Arrow
tip
1 If you don't know the campaign or modifier id, list the campaigns pricing to find it.
200 Arrow
{
    "value":12,
    "countries": ["GB"]
}