Appearance
tagfolder endpoints
Reference for the /tagfolder endpoint family.
What is a tag folder?
A tag folder is a named container used to group related tags inside a project. Folders are optional; tags do not have to belong to a folder. They are used for organizational purposes in the Signal interface.
Scope
Use these endpoints to list, create, rename, and delete tag folders inside a project.
Authentication
Authentication is required. See Authentication.
Permissions
All /tagfolder endpoints require editor access or higher.
This corresponds to tiers 1, 2, and 3.
Endpoints
- tagfolder/list — list all tag folders for a project
- tagfolder/new — create a new tag folder
- tagfolder/save — rename an existing tag folder
- tagfolder/delete — delete a tag folder
Notes
- Deleting a folder has a side effect on tags currently assigned to that folder.
- This section documents only V2 paths (
/v2/...).