---
title: "Create project version"
method: POST
path: "/versions/create"
tags: ["Projects"]
---

# Create project version

`POST /versions/create`

Create a new version for a project

## Request body

- CreateProjectVersion
  - `id` string, required — Project ID or IDNO
  - `version_type` 'major' | 'minor' | 'patch', required — Type of version to create
  - `version_notes` string, required — Notes describing the version

## Response `200`

successful operation

---

[API](https://skmtc.net/worldbank/apis/metadata-editor-api.md) · [All operations](https://skmtc.net/worldbank/apis/metadata-editor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldbank/metadata-editor-api/revisions/f4c8258bab5a/schema)
