Skip to main content
PUT
/
v1
/
ad-stack
/
{id}
/ad-stack/:id
curl --request PUT \
  --url https://api.tagdeliver.com/v1/ad-stack/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "stack": [
    {
      "id": 123,
      "type": "<string>"
    }
  ]
}'
{
  "results": {
    "id": 338
  },
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Body

application/json
stack
object[]

Response

200 - application/json
results
object
required
success
boolean
required