List Tags of a Policy
Use this endpoint to return the tags associated with a particular policy.
Endpoint
Http
POST /catalog-server/api/rules/:id/tags
Path Parameters
Name | Type | Required | Description |
id | string | Yes | The ID of the policy to fetch tags. |
Sample Request
Bash
curl -X POST "https://{{HOST}}/catalog-server/api/rules/14716/tags" \
-H "Content-Type: application/json" \
-d '{ "tags": ["critical", "finance"] }'

No comments yet.