Reusable organization tag definitions
Reusable organization tag definitions
POST Create a tag definition — Creates a reusable tag definition for the current organization. Tag names are case-insensitively unique inside the organization.DELETE Delete a tag definition — Deletes one tag definition from the current organization. Admin access is required, and the row is permanently removed rather than soft-deleted.GET List tag definitions — Lists tag definitions for the current organization. The response is ordered alphabetically by name and is intended for filter, tag picker, and settings screens.PATCH Update a tag definition — Updates the name, color, or both for one tag definition in the current organization.Was this page helpful?
Update a department
Updates one department in the current organization. Admin access is required, and the departments feature must be enabled for the organization. The body is partial. When the name changes, the slug is regenerated from the new name. Access requires an active organization administrator session or an organization API key with the `departments:write` scope. API-key calls also require the automation API module. Data is isolated to the authenticated organization; identifiers from another organization or site are not disclosed.
Create a tag definition
Creates a reusable tag definition for the current organization. Tag names are case-insensitively unique inside the organization. `color` accepts a six-digit HEX value or a legacy preset value.