Skip to content
CalypsoAI
Search
K
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Update prompt template.
PATCH
/backend/v1/prompts/templates/{promptTemplateId}
Modifies a prompt template, allowing you to update the name.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
promptTemplateId
*
Type
string
Required
format
uuid
Request Body
application/json
Schema
JSON
JSON
{
"name"
:
"string"
}
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"message"
:
"string"
}
PATCH
/backend/v1/prompts/templates/{promptTemplateId}
Playground
Server
Select a server...
Authorization
HTTPBearer
Variables
Key
Value
promptTemplateId
*
Body
Try it out
Samples
Powered by
VitePress OpenAPI