-
Notifications
You must be signed in to change notification settings - Fork 0
Comment
Juhyeon edited this page Dec 22, 2019
·
3 revisions
Request Body
{
"content": "댓글 내용"
}
Response Body
{
"postId": 35,
"author": "주현",
"profile": "temp-url: aws s3",
"content": "댓글 내용",
"timestamp": "방금 전"
}
Response Body
{
"commentId": 13
}
Response Body
{
"first": true,
"last": true,
"contentlist": [
{
"postId": 17,
"author": "주현",
"profile": "temp-url: aws s3",
"content": "댓글 내용",
"timestamp": "2019.12.04"
},
{
"postId": 17,
"author": "주현",
"profile": "temp-url: aws s3",
"content": "두번째 댓글 내용",
"timestamp": "30분 전"
}
]
}
✔️ HTTP Method, api, url 관련 세부 문서는 swagger에서 관리합니다.