[PUT] 게시물 좋아요 증가 - GreenByMe/GreenByMe_Server GitHub Wiki
게시물 좋아요 증가
| 메소드 | 경로 | 짧은설명 |
|---|---|---|
| PUT | /api/posts/{postId}/thumbsup | 게시물 좋아요 증가 |
요청 헤더
content-type: application/json
요청 파라미터
postId: 게시물 Id
응답 바디
증가 성공
{
Code: 200
}
| 메소드 | 경로 | 짧은설명 |
|---|---|---|
| PUT | /api/posts/{postId}/thumbsup | 게시물 좋아요 증가 |
content-type: application/json
postId: 게시물 Id
{
Code: 200
}