v1

latestOpenAPI 3.1.02026-07-263580186.3 KB
Tags

Create a new tag for the company

Create a new tag for the authenticated user's company. The auto_assign flag determines if the tag can be automatically assigned by the system (True) or only manually (False). Requires tag creation permission.

post/api/v3/tags

Request body

namestring required

Tag name

descriptionstring required
auto_assignboolean

If True, this tag can be automatically assigned by the system. If False, it can only be assigned by a user.

Response

Tag created successfully

idinteger required
namestring required

Tag name

descriptionstring required

Description of the tag (max 500 characters).

auto_assignboolean required

If True, this tag can be automatically assigned by the system. If False, it can only be assigned by a user.

created_atstring date-time required

Timestamp when the tag was created.

updated_atstring date-time required

Timestamp when the tag was last updated.

document_countinteger required

Number of visible documents with this tag