---
title: "뉴스 카테고리 추가"
method: POST
path: "/bapi/v1/news/category"
tags: ["Admin News"]
---

# 뉴스 카테고리 추가

`POST /bapi/v1/news/category`

## Request body

- AddNewsCategoryRequest
  - `code` string
  - `nameEn` string
  - `nameKr` string

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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