curl --request POST \
--url https://developer.synq.io/api/extensions/atlan/workflows/v1/connection-mappings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"mappings": [
{
"atlanConnectionQualifiedName": "<string>",
"synqDataPlatformIdentifier": {
"bigquery": {
"project": "<string>"
}
}
}
]
}
'{}curl --request POST \
--url https://developer.synq.io/api/extensions/atlan/workflows/v1/connection-mappings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"mappings": [
{
"atlanConnectionQualifiedName": "<string>",
"synqDataPlatformIdentifier": {
"bigquery": {
"project": "<string>"
}
}
}
]
}
'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
DataPlatformIdentifier is a unique reference to a data platform integrated with Synq.
Success
The response is of type SetConnectionMappingsResponse · object.