Update Zone placement
https://api.ocamba.com/v2/adex/zones/{id}/placements/{placement_id}
https://api.ocamba.com/v2/adex/zones/{id}/placements/{placement_id}
Updates the specific Zone placement by setting the values of the parameters passed. Any parameters not provided will be left unchanged
Name
Descriptionzone_idstringrequired
Unique zone identifier.Example: zone_id=1000001
idstringrequired
Unique identifier for the object defined as a path parameter.Example: 12345
Name
Descriptiondescriptionstring
Placement desc. Maximum 2000 characters.Example: Here goes description.
layouts[ string ]required
Array of layout ids generated by the ocamba platform. Maximum of 10 items.namestring
Placement name. Maximum 100 characters.Example: My first placement
204 - No Content
note
1 At least one of the updatable fields should be sent via HTTP body in order to change the current state of the resource.
tip
1 If you don't know the placement id, list the placements to find it.