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
Changes
Changed in 2 of the 18 revisions of this API.12
- ▲
removed the required property
prompt/team_idfrom the response with the200statusresponse-required-property-removed
- ○
added the required property
prompt/project_idto the response with the200statusresponse-required-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○