---
title: "Update Project Version"
method: PATCH
path: "/api/v1/projects/{project_id}/versions/{project_version_id}"
tags: ["Versions"]
---

# Update Project Version

`PATCH /api/v1/projects/{project_id}/versions/{project_version_id}`

## Path parameters

- `project_version_id` string, uuid, required — The unique identifier of the project version

## Request body

- UpdateProjectVersionRequest
  - `title` string, required — The title of the project version, used to identify it in the web UI

## Response `200`

Successful Response

- CommandWasSuccessfulResponse
  - `success` boolean
  - `message` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rebolt/apis/fastapi.md) · [All operations](https://skmtc.dev/rebolt/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rebolt/fastapi/revisions/ee5884f323f3/schema)
