Description
라이딩 모집글 수정 요청
[Request]
- Header
- Authorization : “token string”
- Content-Type: application/json
[Path Variable]
- postId : number
Body
information
departurePlace
details
[Response]
- 200 OK
- Location:
- 400 Bad Request
- message : string
- validation을 통과하지 못했을 때
- 401 Unauthorized
- message : string
- 권한이 없는 사용자가 수정을 요청할 때
- 404