Glowb Dev Docs
Legacy API커뮤니티 API

POST /community/comment/update

댓글 작성

댓글 작성

커뮤니티 게시글에 댓글을 작성합니다.

Deprecated: 이 API는 레거시입니다.

HTTP 요청

POST /community/comment/update
Authorization: Bearer {access_token}
Content-Type: application/json

Request Body

{
  "community_no": 123,
  "nickname": "사용자명",
  "content": "댓글 내용",
  "writer_id": "user123"
}

API 테스트

On this page