---
title: "Add changelog entry (admin)"
method: POST
path: "/api/v1/admin/changelog"
tags: ["System"]
---

# Add changelog entry (admin)

`POST /api/v1/admin/changelog`

Internal: publish a changelog entry. Requires master key or is_admin customer.

## Request body

- ChangeLogRequest
  - `title` string, required
  - `version` string, nullable
  - `category` string
  - `body` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-24** `9e80c113b037` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/revcardata/apis/revcardata-rest-api/changes/api/v1/admin/changelog/post.md)

---

[API](https://skmtc.dev/revcardata/apis/revcardata-rest-api.md) · [All operations](https://skmtc.dev/revcardata/apis/revcardata-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/revcardata/revcardata-rest-api/revisions/9bbeceb1cea9/schema)
