Skip to main content
PATCH
Update description and/or defaults on a tenant-owned template. The template name is immutable — to rename, delete and re-create (which intentionally orphans referencing job rows from the old name). Built-in templates cannot be modified.

Path parameters

string
required

Request body

UpdateTemplateRequest
string,null
New description; omit to leave unchanged.
object,null
New defaults dict. Replaces the entire defaults blob — pass the merged result, not a partial. Omit to leave unchanged.

Response

TemplateInfo
string
required
The exact string to pass as agent_type on /trigger.
string
required
builtin ships with the platform; tenant is owned by your org.
string,null
Human-readable description (tenant templates only).

Status codes