v1

latestOpenAPI 3.0.3MIT2026-07-22153276289.7 KB
Tags

Update a tag

Update data of an tag.

patch/v3/tags/{id}

Path parameters

idinteger required

Uniquely identify a tag.

Example:1

Tag's ID

Request body

namestring
workspacestring

Uniquely identify a workspace.

Example request

{
  "workspace": "mEFayXdO"
}

Response

Successfully updated tag data.

idinteger required

Uniquely identify a tag.

namestring required
workspacestring required

Uniquely identify a workspace.

documentCountinteger required

Number of documents tagged with this.

Example response

{
  "id": 1,
  "workspace": "mEFayXdO"
}