---
title: "Set number default summary template"
method: PUT
path: "/v2/api/numbers/{number}/default_summary_template"
tags: ["Summary Templates"]
---

# Set number default summary template

`PUT /v2/api/numbers/{number}/default_summary_template`

Sets or clears the default summary template used for a phone number's call summaries. Pass `summary_template_id` to set it, or null/omit to clear it.

## Path parameters

- `number` string, required

## Request body

- object
  - `summary_template_id` string, nullable — Summary template ID (`tst-*`) to set as the default, or null to clear.

## Response `200`

Default summary template updated

- object
  - `data` object
    - `number` string
    - `default_summary_template_id` string, nullable

## Other responses

- `400` — Invalid request parameters
- `401` — Invalid or missing API key
- `404` — Resource not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/withallo/apis/allo-api.md) · [All operations](https://skmtc.dev/withallo/apis/allo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/withallo/allo-api/revisions/9aab4db82933/schema)
