Appearance
tag endpoints
Reference for the /tag endpoint family.
Scope
The /tag family manages two related resources:
- tag records
- automated tagging rules attached to a tag
Authentication
Authentication is required. See Authentication.
Permissions
All /tag endpoints require editor access or higher.
This corresponds to tiers 1, 2, and 3.
Endpoints
- tag/new — create a tag
- tag/edit — update a tag
- tag/delete — delete a tag
- tag/newrule — create a tagging rule for a tag
- tag/saverule — update an existing tagging rule
- tag/deleterule — delete a tagging rule
- tag/rule — get one tagging rule
- tag/rules — list tagging rules for a tag
Notes
- The family does not expose a general tag listing endpoint under
/tag. - Tag and folder listing endpoints are documented outside this family.