Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Update dataset by id

PUT/v1/private/datasets/{id}Update dataset by id

Update dataset by id

Parameters

idstring · uuidpathrequired

Request body

application/json
objectDatasetUpdate
descriptionstring

maxLength 255 · minLength 0 · pattern (?s)^\s*(\S.*\S|\S)\s*$

namestringrequired

minLength 1

tagsarray of string

uniqueItems true

Show child attributes

uniqueItems true

visibilitystring

one of "private", "public"

Example request
{
  "description": "string",
  "name": "string",
  "tags": [
    "string"
  ],
  "visibility": "private"
}

Responses

204No content
Documentation menu