API Reference
Update Prompt
Update the configuration of an existing prompt and deploys it.
PUT
/
sdk
/
v1
/
prompts
/
{id}
Path Parameters
id
string
requiredBody
application/json
name
string
requiredtools
object[]
requiredmessages
object[]
requiredparameters
object
requiredResponse
200 - application/json
id
string
requiredExample: "PROMPT_1"
name
string
requiredExample: "Check the weather"
parameters
object
requiredmessages
object[]
requiredThe configured messages WITHOUT variables replaced.
tools
object[]
requiredWas this page helpful?