Prompt
Update a prompt
Update a prompt owned by the current user.
patch/prompts/{prompt_id}
Path parameters
prompt_idinteger required
ID of the prompt to update.
ID of the prompt to update.
Query parameters
cookie_namestring nullable
Request body
Example request
{
"name": "Weekly report template",
"prompt": "Summarize the following text in three bullet points: {{text}}",
"description": "Reusable template for weekly status reports."
}Response
Successful Response
Example response
{
"id": 1,
"tenant_id": 1,
"created_at": "2026-06-23T12:00:00Z",
"creator_user_id": 1,
"name": "Summarize document",
"prompt": "Summarize the following document in three bullet points.",
"description": "A reusable prompt for document summaries"
}