v18

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

Update a Prompt

Updates the description of a specific prompt by its unique UUID.

put/v1/prompts/{id}

Path parameters

idstring uuid required

The unique UUID of the prompt.

Request body

descriptionstring

Brief summary explaining the prompt purpose.

Example request

{
  "description": "Useful greeting prompt"
}

Response

Prompt updated successfully