Prompt Blocks
Update Prompt Block
Update static prompt block body or dynamic prompt block metadata
PATCH
Update Prompt Block
Update Prompt Block
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
AgentFlow is built by ES Consulting — production AI systems, delivered.
Update static prompt block body or dynamic prompt block metadata
curl --request PATCH \
--url https://api.example.com/api/v1/prompt-blocks/{name}| Parameter | Type | Description |
|---|---|---|
name | string | Prompt block name |
{
"body": "Prioritize renewal risk, expansion signals, and open executive asks.",
"order": 45,
"enabled": true
}
body; update metadata such as description, message, mode, scope, tags, order,
ttl, agents, or enabled.Was this page helpful?
curl --request PATCH \
--url https://api.example.com/api/v1/prompt-blocks/{name}