codestates / codestates/naganda-server
[Backend][schedule] 즐겨찾기 API 구현
Open
Backend
Bare minimum
Danbi
E:2h
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
## Suggestion
> [ GET ] [ /schedule/like/:scheduleId ]
## Condition
- [ ] 토큰 유무 확인
- [x] :scheduleId 를 이용해 해당 스케줄 검색
- [x] 받은 불린값을 bookmark 에 데이터 업데이트
- [x] 에러처리
## Description
- **Request** : scheduleId(path parameter), authorization(header), like
- **Response** :
- **200 OK** : like complete
- **401 Unauthorized** : Response unauthorized
- **500 Internal Server Error** : error
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.