codestates / codestates/naganda-server
[Backend][Schedule] 스케줄 수정 API 구현
Open
Backend
Bare minimum
E:2h
SuHyeon
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
## Suggestion
> [ PATCH ] [ /schedule/modify/:scheduleId ]
## Condition
- [ ] 토큰 유무 확인
- [x] 스케줄ID로 해당 스케줄 찾고 데이터 업데이트
- [x] 에러 처리
## Description
- **Request** : scheduleId(path parameter), authorization(header), thumbnail, scheduleTitle, hashtag, comment, time, place
- **Response** :
- **200 OK** : Response schedule id
- **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.