Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
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
}Updates an existing ad stack
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
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
Was this page helpful?