HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
🏀
[팀14] 슬램 - 우리 주변 농구장 예약
/
🧭
Domain 설계 - 초안 건드리지 말 것
/
[POST] /api/v1/follows/{userId}

[POST] /api/v1/follows/{userId}

Request

PathVariable
Filed
Type
Description
비고
userId
Number
사용자 구별키
 
  • JSON (예시)
{ "followId": 2 }
Body
Filed
Type
Description
비고
followId
Number
팔로우 할 유저 ID
팔로우 할 유저 ID

RESPONSE

  • JSON (예시)
{ "success": true, "data": { "followId": 2 } "serverDateTime": "2021-12-01T12:00:00" }
 
Body
Path
Type
Description
비고
success
Boolean
성공여부
true/false
followId
Number
팔로우 한 아이디
알면 바로 끊기 위해서
serverDateTime
String
api 응답시간