Update Bid strategy


                https://api.ocamba.com/v2/adex/bid-strategies/{id}
            

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


Name
Description
idstringrequired
Unique bid strategy id.


Example: 1411

Name
Description
max_valuefloat
Maximum value of the bid strategy.


Example: 11.03

namestring
Name of the bid strategy.


Example: DemoBidStrategy

valuefloat
Value of the bid strategy.


Example: 87.32

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

200 Arrow
{
  "name": "DemoBidStrategy",
  "value": 87.42,
  "max_value": 22.02
}