POST
/
api
/
cache
/
placements
curl --request POST \
  --url https://your_a2_service/api/cache/placements \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "created_at": "2023-11-07T05:31:56Z",
    "display": {
      "clktype": 1,
      "instl": 0,
      "priv": 0,
      "unit": 2
    },
    "ext": {
      "approval_method": "<string>",
      "display": "<any>",
      "native": "<any>",
      "payout": "<string>",
      "responsive": "<string>",
      "target_ecpm": 0,
      "video": "<any>"
    },
    "id": "<string>",
    "siteid": "<string>",
    "video": {
      "boxing": 1,
      "maxext": 0,
      "podseq": 0,
      "skipafter": 0,
      "skipmin": 0,
      "slotinpod": 0,
      "unit": 2
    }
  }
]'

Body

application/json · object[]

The body is of type object[].

Response

204

성공