---
title: "FAQ 등록"
method: POST
path: "/bapi/v1/faq"
tags: ["Admin FAQ"]
---

# FAQ 등록

`POST /bapi/v1/faq`

## Request body

- CreateFaqRequest
  - `answer_en` string — FAQ 답변 영어
  - `answer_kr` string — FAQ 답변 한글
  - `cd_faq_cate` string — FAQ 카테고리 코드
  - `quest_en` string — FAQ 질문 영어
  - `quest_kr` string — FAQ 질문 한글

## 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)
