Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json · object
Response
200 - application/json
curl --request PUT \
--url https://api.tagdeliver.com/v1/pub-stack/{uid}/integration/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true
}Updates an existing integration association
curl --request PUT \
--url https://api.tagdeliver.com/v1/pub-stack/{uid}/integration/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?