v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-2112360218.7 KB
Prompts

Update Prompt Schema

Stores or updates a JSON Schema at the prompt level to enforce presence and types of input variables before execution.

post/v1/prompts/{id}/schema

Path parameters

idstring uuid required

The ID of the prompt.

Request body

schemaobject

The JSON Schema to store.

Response

Schema updated successfully