---
title: "1대1 문의 수정"
method: PUT
path: "/api/v1/qna/{id}"
tags: ["QnA"]
---

# 1대1 문의 수정

`PUT /api/v1/qna/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateQuestionRequest
  - `cd_tp_qna` 'ACCOUNT' | 'GIFT_AND_DECLARATION' | 'OTHERS' | 'PAYMENT' — Qna 타입
  - `cts` string — 질문 내용
  - `ttl` string — 질문 타이틀

## Response `200`

OK

- WinclResponse
  - `code` string
  - `message` string

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `910` — CANNOT_UPDATE_QUESTION
- `911` — CANNOT_UPDATE_OTHERS_QUESTION

---

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