view one Comment
view only one comment
GET
/posts/{postId}/comments/{commentId}
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
{
"commentId": 1,
"text": "우왕 내용이당",
"commentorId": 1,
"createdAt": 2023-07-26 01:06:55.323,
"updatedAt": 2023-07-26 01:06:55.323
}
Last updated