tags
Custom tag groups and tags for categorizing entities.
19 endpoints.
- POST
/api/v1/entity-tagsAttach tag to entity - POST
/api/v1/entity-tags/batchBatch fetch tags for multiple entities - POST
/api/v1/entity-tags/bulk-attachBulk attach tags to an entity - POST
/api/v1/entity-tags/bulk-attach-manyBulk attach tags to many entities - POST
/api/v1/entity-tags/bulk-detachBulk detach tags from an entity - GET
/api/v1/entity-tags/{model_type}/{model_id}Get tags for an entity - DELETE
/api/v1/entity-tags/{tag_id}/{model_type}/{model_id}Detach tag from entity - GET
/api/v1/tag-groupsList tag groups - POST
/api/v1/tag-groupsCreate tag group - DELETE
/api/v1/tag-groups/{tag_group_id}Delete tag group - GET
/api/v1/tag-groups/{tag_group_id}Get tag group - PUT
/api/v1/tag-groups/{tag_group_id}Update tag group - GET
/api/v1/tagsList tags - POST
/api/v1/tagsCreate tag - POST
/api/v1/tags/suggestAI tag suggestions - DELETE
/api/v1/tags/{tag_id}Delete tag - GET
/api/v1/tags/{tag_id}Get tag - PUT
/api/v1/tags/{tag_id}Update tag - GET
/api/v1/tags/{tag_id}/entities/{model_type}Get entities with a tag