Skip to main content
PATCH
/
datasets
/
tags
Error
A valid request URL is required to generate request examples
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "type": "knowledge",
  "binding_count": 123
}

Authorizations

Authorization
string
header
required

API Key authentication. For all API requests, include your API Key in the Authorization HTTP Header, prefixed with 'Bearer '. Example: Authorization: Bearer {API_KEY}. Strongly recommend storing your API Key on the server-side, not shared or stored on the client-side, to avoid possible API-Key leakage that can lead to serious consequences.

Body

application/json
tag_id
string<uuid>
required

The ID of the tag to modify.

name
string
required

The new name for the tag.

Maximum string length: 50

Response

200 - application/json

Successfully updated tag.

id
string<uuid>
name
string
type
string
Example:

"knowledge"

binding_count
integer