---
title: "Update Template"
method: PATCH
path: "/voice/api/v1/template/{template_id}"
tags: ["templates"]
---

# Update Template

`PATCH /voice/api/v1/template/{template_id}`

Update a custom template's title or description. Only the fields you send are changed. Default (Eka-provided) templates cannot be modified.

## Path parameters

- `template_id` string, required

## Request body

- TemplateUpdateRequest
  - `title` string
  - `desc` string — Updated template instructions (plain text or markdown).

## Response `200`

Template updated

- MessageResponse
  - `msg` string

## Other responses

- `404` — Template not found

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
