Update template

View as MarkdownOpen in Claude
Update a template. **Request body fields:** - `group` (string, required) — Template group identifier (e.g. `account_workflows`). - `workflow` (object, required for workflow templates) — Contains `name`, `description`, and `body` (nodes + edges graph). - `body.nodes` (array) — Workflow action nodes (type: `start-node` | `action-node`). - `body.edges` (array) — Connections between nodes. - `name` (string, optional on update) — Template display name.

Authentication

X-API-KEYstring
API Key authentication via header

Request

This endpoint expects an object.
namestringRequired
groupstringRequired

Response headers

Viastring or null
Alt-Svcstring or null
X-Cachestring or null
X-Amz-Cf-Idstring or null
X-Amz-Cf-Popstring or null
x-amz-apigw-idstring or null
X-Amzn-Trace-Idstring or null
x-amzn-RequestIdstring or null

Response

OK
diffobject
successboolean
template_newobject
template_oldobject

Errors