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

[POST] /api/v1/chat/court/{courtId}

✅
채팅방 최초 입장하기

REQUEST

Header

Headers { Authorization: "Bearer {token}" }
 
PathVariable
Field
Type
Description
비고
courtId
Number
사용자의 채팅방 구별키
 

RESPONSE

Body
Filed
Type
Description
비고
courtName
String
농구장 이름
courtId
Number
사용자의 채팅방 목록에서의 채팅방 구별키
createdAt
String
사용자의 채팅방 생성 시각
날짜 포맷: YYYY-mm-DDThh:MM:ss
updatedAt
String
채팅방 내용의 수정 시각
날짜 포맷: YYYY-mm-DDThh:MM:ss
  • Body 예시
{ "courtName": "잠실 농구장" "courtId": 1, "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10", }