Update an eval prompt set
Update a prompt set’s name, description, and/or prompts. When prompts is supplied, it fully replaces the existing list — existing prompts omitted from the list are deleted, entries without an id are created, and entries with a matching id are updated in place.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
The unique identifier of the eval prompt set.
"550e8400-e29b-41d4-a716-446655440000"
Body
New description for the prompt set. Pass null to clear. Max 1024 characters.
1024New human-readable name for the prompt set. 255 characters or fewer.
1 - 255Full 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.
25Response
Prompt set updated successfully.