Skip to main content
POST
Add Document Category

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

Name of the new category to create

Example:

"legal"

Response

Successful Response

name
string
required

Name of the category

Example:
count
integer
required

Number of documents tagged with this category

Required range: x >= 0
Example: