Authorizations
Use a Bearer token for authentication. Submit the token using the Authorization
header: Authorization: Bearer <token>
.
Body
application/json
Example:
[
{ "username": "username" },
{ "namespace": "namespace" },
{ "dataset": "dataset" },
{ "columnName": "columnName" }
]
Example:
[
{ "username": "username" },
{ "namespace": "namespace" },
{ "dataset": "dataset" },
{ "columnName": "columnName" }
]
Type of match to create between the columns
Available options:
ExactMatch
, GeoMatch
Example:
"ExactMatch"
Flexible options map for match configuration
Response
Link existed, no creation required.