---
title: "Insert Or Update Faq Api"
method: POST
path: "/cscenter/faq/{id}"
tags: ["CSCenter API"]
---

# Insert Or Update Faq Api

`POST /cscenter/faq/{id}`

Insert Or Update Faq Api

## Path parameters

- `id` string, required

## Request body

- FaqDTORequest
  - `seq` integer
  - `lang` 'KO' | 'EN', required
  - `faqType` 'BUSINESS' | 'PARTNERSHIP' | 'RECRUIT' | 'CERTIFICATION' | 'OTHER', required
  - `status` 'PRIVATE' | 'PUBLIC', required
  - `question` string
  - `answer` string

## Response `200`

OK

- ChamomileResponseMessageResponse
  - `code` integer
  - `message` string
  - `data` MessageResponse
    - `message` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/lotteinnovate/apis/openapi-definition.md) · [All operations](https://skmtc.dev/lotteinnovate/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lotteinnovate/openapi-definition/revisions/4bf1c3086c66/schema)
