---
title: "Create Changelog"
method: POST
path: "/api/v1/changelog"
---

# Create Changelog

`POST /api/v1/changelog`

## Headers

- `Authorization` string, required

## Request body

- object
  - `title` string, required
  - `items` string[], required
  - `month` string, required
  - `year` integer, required

## Response `201`

Changelog created

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/nesohq/apis/roadmap-task-management-service-apis.md) · [All operations](https://skmtc.net/nesohq/apis/roadmap-task-management-service-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nesohq/roadmap-task-management-service-apis/revisions/080372c63947/schema)
