메인 콘텐츠로 건너뛰기
POST
/
api
/
cache
/
placements
Update 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",
    "id": "<string>",
    "display": {
      "clktype": 1,
      "instl": 0,
      "priv": 0,
      "unit": 2
    },
    "siteid": "<string>",
    "video": {
      "boxing": 1,
      "maxext": 0,
      "podseq": 0,
      "skipafter": 0,
      "skipmin": 0,
      "slotinpod": 0,
      "unit": 2
    }
  }
]
'

Documentation Index

Fetch the complete documentation index at: https://docs.aiderx.io/llms.txt

Use this file to discover all available pages before exploring further.

본문

application/json
created_at
string<date-time>
필수

The date and time when the placement was created.

id
string
필수

ID of the placement (uuid4) a.k.a tagid in internal system.

display
object

Placement Subtype Object that indicates that this may be a display placement and provides additional detail related thereto. Refer to Object: DisplayPlacement.

ext
object

Additional placement-specific extensions. Defaults to the PlacementExt object.

siteid
string | null

(deprecated)

video
object

Placement Subtype Object that indicates that this may be a video placement and provides additional detail related thereto. Refer to Object: VideoPlacement.

응답

성공