---
title: "Create Release Update"
method: POST
path: "/admin/release-updates/"
tags: ["admin-release-updates"]
---

# Create Release Update

`POST /admin/release-updates/`

Create a new release update (Admin only)

## Request body

- ReleaseUpdateCreate
  - `version` string, required — Version number (e.g., '1.2.3')
  - `title` string, required — Title of the release update
  - `release_date` string, date-time, required — Date of the release
  - `description` string, required — Description in markdown format
  - `target_role` 'teacher' | 'student' — Audience for this release update
  - `is_published` boolean — Whether the update is published

## Response `200`

Successful Response

- ReleaseUpdateOut
  - `id` string, required
  - `version` string, required
  - `title` string, required
  - `release_date` string, date-time, required
  - `description` string, required
  - `target_role` 'teacher' | 'student'
  - `is_published` boolean, required
  - `likes_count` integer
  - `liked_by_current_user` boolean
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `created_by` string, 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)
