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.
The body is of type object.
Was this page helpful?