cURL
curl --request POST \ --url http://localhost:8080/api/v1/data-catalogues/{id}/tags \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "data": { "id": "<string>", "type": "<string>" } } '
This response has no body data.
Add a tag to a specific data catalogue
Data Catalogue ID
Tag to add
Data Catalogue-Tag relationship input model
Show child attributes
Was this page helpful?