Skip to main content
PATCH
Update Prompt Dataset

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required
dataset_id
string
required

Body

application/json
name
string | null
description
string | null
input_names
string[] | null
media_input_names
string[] | null
support_history
boolean | null
tags
string[] | null

Response

200 - application/json

PromptDatasetResponse(dataset: shared.sqlalchemy.models.Dataset, tags: Optional[list['TagResponse']] = None)

id
string<uuid>
required
name
string
required
input_names
string[]
required
media_input_names
string[]
required
support_history
boolean
required
description
string | null
tags
TagResponse · object[]