Schema Tags APIs
Last updated
Was this helpful?
Endpoints for creating, updating, and managing tag schemas — schemas associated with tagging entities in Guardian policies.
Authentication: Bearer token required (Authorization: Bearer <token>)
GET
/api/v1/tags/schemas
Returns all tag schemas
Yes
POST
/api/v1/tags/schemas
Creates a new tag schema
Yes
PUT
/api/v1/tags/schemas/{schemaId}
Updates a tag schema
Yes
DELETE
/api/v1/tags/schemas/{schemaId}
Deletes a tag schema
Yes
PUT
/api/v1/tags/schemas/{schemaId}/publish
Publishes a tag schema
Yes
GET
/api/v1/tags/schemas/published
Returns all published tag schemas
Yes
Last updated
Was this helpful?
Was this helpful?