HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
[팀 09] 오프와 에프
[팀 09] 오프와 에프
/
📝
API 명세서
/
📢
요청/응답 값
📢

요청/응답 값

FE 연결
FE 연결
HTTP verbs
GET
Path
/api/v1/likes/courses/{id}
기능
코스 좋아요 등록/삭제(토글)
담당자
Kate
도메인
좋아요
완료
완료

GET /api/v1/likes/courses/{id}


요청 값(param)


"Authorization": String! ex) "Authorization":"234980234908sdkjhsjfhsda"

요청 값


응답 값(200)


{ "id": 65, "isLiked": false }
 

응답 값(401)


응답 값(404(Not Found))