Update External demand


                https://api.ocamba.com/v2/adex/external-demands/{id}
            

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


Name
Description
idstringrequired
external demand id.


Example: 116

Name
Description
bid_regulatorintegerrequired
External demand bid regulator.


Example: 70

ipv6_supportstringrequired
IP version 6 support. Possible values are 0(supported) and 1(not supported).


Example: active

Possible values: 0 | 1

namestringrequired
Name of the external demand.


Example: Demo external demand

qpsobject
QPS object, number of queries per second by data centers. Minimal value by data center is 1, maximal 250000.


Example: { "am": 1000, "sg": 1000, "ny": 1000 }

settingsarrayrequired
Array of objects, external demand settings.


Example: [ { "label":"feed_id", "type":"string", "required":"1", "possible_values":null, "value":"123456" } ]

statusstringrequired
External demand status. Possible values are active and verification.


Example: active

Possible values: active | verification

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

200 Arrow
{
    "name":"Active external demand",
    "status":"active",
    "bid_regulator":100
 }