-
Notifications
You must be signed in to change notification settings - Fork 1
[Exploration] 좋아요, 좋아요 취소하기
김지현 edited this page Jul 5, 2021
·
2 revisions
PUT /exploration/like/:answerId
name | type | description | required |
---|---|---|---|
token | String | 토큰 | O |
name | type | description | required |
---|---|---|---|
answerId | Int | 스크랩하려는 answer의 id | O |
name | type | description |
---|---|---|
status | Int | |
success | Boolean | |
message | String |
{
"status": 200,
"success": true,
"message": "좋아요 성공"
}
{
"status": 200,
"success": true,
"message": "좋아요 취소 성공"
}