Skip to main content
POST
Create a new tag for the company

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

Serializer for creating a tag.

name
string
required

Tag name

description
string
required
auto_assign
boolean
default:true

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

Serializer for listing tags.

id
integer
required
read-only
name
string
required

Tag name

description
string
required
read-only

Description of the tag (max 500 characters).

auto_assign
boolean
required
read-only

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

created_at
string<date-time>
required
read-only

Timestamp when the tag was created.

updated_at
string<date-time>
required
read-only

Timestamp when the tag was last updated.

document_count
integer
required
read-only

Number of visible documents with this tag