Search
Duplicate

/api/comments

Description
Domain
댓글 생성
Method
POST
권한
User
구현

Request

headers
Content-Type: application/json
Accept: application/json
Authorization: JWT
body
{ "content": "string", "reviewId": Long }
JSON
복사

Response

성공시 : 200
{ "id": 1 "content": "string", "createdAt": "2023-07-10T19:33:53.821633", }
JSON
복사
실패시 :
400 : Bad Request
401 : Unauthorized
403 : Forbidden