Django-Wanted-Internship-3-Team / repo1_feed-service

소셜 미디어 통합 Feed 서비스 (원티드 팀 과제 1)
https://bow-hair-db3.notion.site/Feed-938175f1165b470e90462d1f1d52fd78
MIT License
2 stars 0 forks source link

feature: 게시물 좋아요(API) #11

Closed JaeHyuckSa closed 1 year ago

JaeHyuckSa commented 1 year ago

게시물 목록 또는 상세 에서 게시물 좋아요 클릭 시 사용되는 API

(기능 개발을 위한 요소로, 실제 동작하지 않습니다.)


<img width="917" alt="image" src="https://github.com/Django-Wanted-Internship-3-Team/repo_1/assets/104830931/4b19a547-3cf6-40f4-bf05-47e9236f1f5b">

- 해당 호출이 성공할 시 `response status 200` 해당 게시물의 `like_count`가 1 증가합니다.
- 횟수 제한이 없습니다.