v1
latestOpenAPI 3.0.32026-07-264955102.7 KBSummary Templates
Update summary template
Replaces a summary template's name, call context, icon, and sections.
put/v2/api/summary_templates/{id}
Path parameters
idstring required
Example:tst-abc123
Summary template ID (tst-*)
Request body
Example request
{
"name": "Sales call",
"call_context": "B2B SaaS sales calls",
"icon": "📞",
"sections": [
{
"title": "Pain points",
"instructions": "List the prospect's pain points"
}
]
}Response
Summary template updated
Example response
{
"data": {
"id": "tst-abc123",
"name": "Sales call",
"call_context": "B2B SaaS sales calls",
"icon": "📞",
"sections": [
{
"title": "Pain points",
"instructions": "List the prospect's pain points"
}
]
}
}