Phenoml Logo

Patch prompt

Agent/prompts/agent-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
success
Success
messagePrompt patched successfully
data
idprompt_123
nameMedical Assistant System Prompt
descriptionSystem prompt for medical assistant agent
contentYou are a helpful medical assistant...
is_defaultfalse
tags
medicalsystem
Terms of Service|Privacy Policy