---
title: "Update message template"
method: PATCH
path: "/verify_profiles/templates/{template_id}"
tags: ["Verify"]
---

# Update message template

`PATCH /verify_profiles/templates/{template_id}`

Update an existing Verify profile message template.

## Path parameters

- `template_id` string, uuid, required

## Request body

- UpdateMessageTemplateRequest — The request body when updating a message template.
  - `text` string, required — The text content of the message template.

## Response `200`

Expected message template response to a valid request.

- MessageTemplateResponseDataWrapper
  - `data` VerifyProfileMessageTemplateResponse
    - `id` string, uuid
    - `text` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api/versions/e32d46c5945b/schema)
