Patch prompt
PATCH
/agent/prompts/{id}Patches an existing prompt
Input
[
{
"op": "replace",
"path": "/name",
"value": "Updated Agent Name"
},
{
"op": "add",
"path": "/tags/-",
"value": "new-tag"
},
{
"op": "remove",
"path": "/description"
}
]Result
successSuccess
messagePrompt patched successfullydataidprompt_123nameMedical Assistant System PromptdescriptionSystem prompt for medical assistant agentcontentYou are a helpful medical assistant...is_defaultfalsetagsmedicalsystem
