POST
/
api
/
extensions
/
atlan
/
workflows
/
v1
/
mappings
/
toggle
SetMappingToggles
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
    }
  ]
}'
{}

Authorizations

Authorization
string
header
required

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.