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
Example request
{
"description": "Useful greeting prompt"
}Response
Prompt updated successfully