Use this endpoint to add one or more tags to a policy—commonly used to apply governance, classification, or team-based labels.
Endpoint
POST /catalog-server/api/rules/:id/tagsPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The ID of the policy to tag |
Sample Request
curl -X POST "https://{{HOST}}/catalog-server/api/rules/14716/tags" \ -H "Content-Type: application/json" \ -d '{ "tags": ["critical", "finance"] }'Was this page helpful?