Skip to main content
PUT
Update summary template
Required scope: SUMMARY_TEMPLATES_WRITE

Behavior

Replaces the template’s name, call_context, icon, and sections with the values you send, so pass the full desired state — omitted call_context, icon, and sections are cleared. Fetch the current template first with Get summary template if you only want to change one field. Returns 404 with code SUMMARY_TEMPLATE_NOT_FOUND if no active template with that ID exists for your team.

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Summary template ID (tst-*)

Example:

"tst-abc123"

Body

application/json
name
string
required

Template name.

Example:

"Sales call"

call_context
string | null

Background context that helps the AI summarize calls (max 4000 characters).

Example:

"B2B SaaS sales calls"

icon
string | null

Optional icon (e.g. an emoji).

Example:

"📞"

sections
object[]

Ordered sections that make up the summary (max 10).

Maximum array length: 10

Response

Summary template updated

data
object