Skip to main content

Module tag

Module tag 

Source
Expand description

File tag management handlers

Structs§

ListTagsQuery
GET /tag - List all tags for the tenant
ListTagsResponse
Response for list tags endpoint
TagResponse
PUT /file/:fileId/tag/:tag - Add a tag to a file

Functions§

delete_file_tag
DELETE /file/:fileId/tag/:tag - Remove a tag from a file
list_tags
put_file_tag