Skip to main content
POST
/
api
/
metastore
/
glossary-terms
/
{term_urn}
/
tables
/
{table}
Add glossary term to table
curl --request POST \
  --url https://api.example.com/api/metastore/glossary-terms/{term_urn}/tables/{table} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

term_urn
string
required

Glossary term URN.

table
string
required

Fully qualified table name.

Response

Successful Response

success
boolean
required

Indicates whether the task completed successfully.