Update Zone placement


                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
Description
zone_idstringrequired
Unique zone identifier.


Example: zone_id=1000001

idstringrequired
Unique identifier for the object defined as a path parameter.


Example: 12345

Name
Description
descriptionstring
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
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 resource.
tip
1 If you don't know the placement id, list the placements to find it.

patch Arrow
{
  "id": "TOP_LEFT",
  "company_id": "1000000",
  "zone_id": "1000001",
  "track_id": "AF6PgAAtzeU",
  "tag": "<div class=\\\"axocmba\\\" data-slot=“feed.feed-name.com/AF6PgAAtzeU/l1”></div>",
  "name": "My first placement",
  "description": "Here goes description.",
  "layouts": [
    [
      "banner"
    ]
  ],
  "unit_size": [
    "300x250"
  ],
  "conf": {
    "wrap": "iframe",
    "js_code_exec": 1
  },
  "create_time": "2022-10-29 12:47:00",
  "update_time": "2022-10-30 14:27:26"
}