Skip to main content
PATCH
/
api
/
v1
/
workspaces
/
current
/
tag-keys
/
{tag_key_id}
Error
A valid request URL is required to generate request examples
{
  "key": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "description": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

tag_key_id
string<uuid>
required

Body

application/json
key
string | null
Required string length: 1 - 255
description
string | null

Response

Successful Response

key
string
required
Required string length: 1 - 255
id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null