Open sysgaeng opened 1 year ago
/v1/posts/<int:pk>/like
, HTTP method = POST{
"message": "facebook 게시글에 좋아요 표시가 되었습니다.",
"like_count": 504
}
/v1/posts/<int:pk>/like
, HTTP method = DELETE{
"message": "facebook 게시글에 좋아요 표시가 취소되었습니다.",
"like_count": 503
}
게시물 목록 또는 상세 에서 게시물
좋아요
클릭 시 사용되는 APIresponse status 200
해당 게시물의like_count
가 1 증가합니다.