cURL
curl --request POST \ --url https://developer.synq.io/api/extensions/atlan/workflows/v1/mappings/toggle \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "toggles": [ { "domainMapping": { "atlanDomainQualifiedName": "<string>" }, "enabled": true } ] } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Success
The response is of type SetMappingTogglesResponse · object.
SetMappingTogglesResponse · object