Skip to main content
PATCH
Update an eval prompt set

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

promptSetId
string<uuid>
required

The unique identifier of the eval prompt set.

Example:

"550e8400-e29b-41d4-a716-446655440000"

Body

application/json
description
string | null

New description for the prompt set. Pass null to clear. Max 1024 characters.

Maximum string length: 1024
name
string

New human-readable name for the prompt set. 255 characters or fewer.

Required string length: 1 - 255
prompts
object[]

Full desired set of prompts after the update. Prompts omitted from this list are deleted; new prompts (no id) are appended in body order. Existing prompts retain their original position — reordering is not supported on this endpoint. At most 25 prompts total.

Maximum array length: 25

Response

Prompt set updated successfully.

prompt_set
object
required