cURL
curl --request POST \ --url https://api.example.com/api/metastore/glossary-terms/{term_urn}/columns/{table}/{column} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Link a glossary term to a column.
The access token received from the authorization server in the OAuth 2.0 flow.
Glossary term URN.
Fully qualified table name.
Column name.
Successful Response
Indicates whether the task completed successfully.
Was this page helpful?