---
title: "FAQ 수정"
method: PUT
path: "/bapi/v1/faq/{id}"
tags: ["Admin FAQ"]
---

# FAQ 수정

`PUT /bapi/v1/faq/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateFaqRequest
  - `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/versions/662edcbbf2b3/schema)
