Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200 - application/json
Success
The response is of type object
.
curl --request PATCH \
--url https://developer.synq.io/api/extensions/atlan/integrations/v1 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"activate": true
}'
{}
Activate or deactivate the integration.
curl --request PATCH \
--url https://developer.synq.io/api/extensions/atlan/integrations/v1 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"activate": true
}'
{}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success
The response is of type object
.