We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isPlus true -> 좋아요하기 false -> 좋아요 취소
POST
/api/magazine/like
{ "Content-Type": "application/json; charset=utf-8" }
{ "magazineId": "magazine_haqjvllckd", "consumerId": "consumer1", "isPlus": true }
201 Created
{ "success": true, "message": "성공했습니다", "result": { "likeCountUpdate": "UPDATED", "likeListUpdate": "UPDATED" } }
The text was updated successfully, but these errors were encountered:
yeeeun0514
No branches or pull requests
API
좋아요 업데이트
isPlus
true -> 좋아요하기
false -> 좋아요 취소
Request
POST
/api/magazine/like
Response
201 Created
The text was updated successfully, but these errors were encountered: