---
title: "Rename Template Version Label"
method: PATCH
path: "/v1/templates/{template_id}/version-label"
tags: ["templates"]
---

# Rename Template Version Label

`PATCH /v1/templates/{template_id}/version-label`

Inline rename of the version label only — separate from PATCH /{id}
because the version label is metadata, not template content. Lets the
UI render a small inline-edit affordance on the dropdown without
needing to send the whole template body.

## Path parameters

- `template_id` string, required

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
