---
title: "Update the Template"
method: PUT
path: "/templates/{template_uid}"
tags: ["Templates"]
---

# Update the Template

`PUT /templates/{template_uid}`

## Request body

- object
  - `template` object
    - `name` string
    - `content` string — HTML content that has been converted to base64

## Response `200`

Request success

- object
  - `status` 'success' | 'error'
  - `data` object
    - `record` object
      - `name` string
      - `content` string

## Other responses

- `422` — Invalid data
- `429` — Too many request

---

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