---
title: "Update template."
method: PUT
path: "/template/{id}"
tags: ["template"]
---

# Update template.

`PUT /template/{id}`

Update a template

## Path parameters

- `id` string, long, required

## Request body

- TemplateCreate
  - `title` string
  - `content` string

## Response `200`

template was retrieved successfully.

- Template
  - `id` string, long
  - `title` string
  - `content` string

## Other responses

- `404` — No template found

---

[API](https://skmtc.net/office-of-national-statistics/apis/ras-rm-banner-service.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/ras-rm-banner-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/ras-rm-banner-service/revisions/d00878b65739/schema)
