HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
🌳
[팀 05] Forest
/
🪐
BE WorkSpace
/
🗯️
API 명세
/
✅
 /api/v1/ridingposts/{postId}/join
✅

 /api/v1/ridingposts/{postId}/join

HTTP 메서드
POST
contents-type
application-json
비고
라이딩 모집글에 참가 신청
연관된 페이지
3. 라이딩 디테일 페이지
속성
⏳ 유저 스토리
[ Description ]
  • 라이딩 모집 글에 참여 신청
[ request ]
  • Header
    • Authorization : string (인증토큰)
[ Responses ]
  • 200 OK
  • message : string
  • 400 Bad Request
      1. 이미 참여중인 유저가 다시 요청할 경우
      1. 라이딩 모집 게시글 id가 잘못된 경우
    • message : string
    •  
  • 401 Unauthorized (jwt 토큰을 이용한 인증이 실패할 경우)
    • message : string