로딩
요청 처리 중입니다...

도착 여부 API 개발

 도착 여부 API 개발

도착 여부 API Method: PUT URL: /schedule/arrived Request @RequestParam private String arrivedMemberId; private String scheduleId; Response Status Code: 200 OK Exception 404 ScheduleNotFoundException: scheduleId Not Found 400 NotCreatedScheduleByMemberException: This is not a user-created schedule 401: Unauthorized (추후에 추가할 예정) 500 updateQueryException: update Fail 500: Server ScheduleController Controller에서 arrivedMemberId, scheduleId를 받아 Service 단으로 넘긴다. ..코드 생략 /** * 도착 여부 * * @param requestSchedu...