Use this endpoint to return the tags associated with a particular policy.
Endpoint
POST /catalog-server/api/rules/:id/tagsPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The ID of the policy to fetch tags. |
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?