---
title: "Update Sinmungo Comment"
method: POST
path: "/cscenter/sinmungo/comment/{id}"
tags: ["CSCenter API"]
---

# Update Sinmungo Comment

`POST /cscenter/sinmungo/comment/{id}`

Update Sinmungo Comment API

## Path parameters

- `id` integer, required

## Request body

- SinmungoCommentVO
  - `regDt` string, date-time
  - `regId` string
  - `updDt` string, date-time
  - `updId` string
  - `seq` integer
  - `sinmungoSeq` integer
  - `question` string
  - `answer` string
  - `message` string
  - `sinmungoId` string
  - `locale` object
    - `language` string
    - `script` string
    - `country` string
    - `variant` string
    - `extensionKeys` string[]
    - `unicodeLocaleAttributes` string[]
    - `unicodeLocaleKeys` string[]
    - `iso3Language` string
    - `iso3Country` string
    - `displayLanguage` string
    - `displayScript` string
    - `displayCountry` string
    - `displayVariant` string
    - `displayName` string
  - `loginId` 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/423a0490d0a2/schema)
