---
title: "Create App Version"
method: POST
path: "/app-versions/"
tags: ["App Versions"]
---

# Create App Version

`POST /app-versions/`

Create a new app version record.

## Request body

- AppVersionCreate
  - `version` string, required
  - `platform` string
  - `is_breaking` boolean
  - `notes` string, nullable

## Response `200`

Successful Response

- AppVersionResponse
  - `version` string, required
  - `platform` string, required
  - `is_breaking` boolean, required
  - `notes` string, nullable
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
