Skip to main content
PUT
/
api
/
v1
/
datasets
/
{dataset_id}
/
tags
Error
A valid request URL is required to generate request examples
{
  "as_of": "2023-11-07T05:31:56Z",
  "tags": [
    "<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

dataset_id
string<uuid>
required

Body

application/json
as_of
required

Only modifications made on or before this time are included. If None, the latest version of the dataset is used.

tag
string
required

Response

Successful Response

Dataset version schema.

as_of
string<date-time>
required
tags
string[] | null