chat
채팅 관리
프로젝트(보드) 단체 채팅 메세지 내역
프로젝트(보드) 단체 채팅 메세지 내역
GET
https://www.elephantcodingclub.site/api/chat/messages/{board_id}
Path Parameters
board_id*
Long
프로젝트(보드) = 채팅방 ID
Query Parameters
pageNo
Integer
페이지 번호
Cookies
AccessToken*
String
JWT
RefreshToken*
String
JWT
채팅방 리스트(내역)
채팅방 리스트 (내역)
GET
https://www.elephantcodingclub.site/api/chatRooms
Cookies
AccessToken*
String
JWT
RefreshToken*
String
JWT
채팅 메세지 내역
채팅 메세지 내역
GET
https://www.elephantcodingclub.site/api/chat/privatemessages/{chatRoom_id}
Path Parameters
chatRoom_id*
String
채팅방 title
Query Parameters
pageNo
Integer
페이지 번호
Cookies
AccessToken*
String
JWT
RefreshToken*
String
JWT
개인 채팅방 생성
개인 채팅방 생성
POST
https://www.elephantcodingclub.site/api/chatRooms
Cookies
AccessToken*
String
JWT
RefreshToken*
String
JWT
Request Body
username*
List<String>
초대할 사용자의 아이디 리스트
개인 채팅방 떠나기
개인 채팅방 (단체로 만들어진 경우만) 떠나기
PUT
https://www.elephantcodingclub.site/api/chatRooms/{chatRoom_id}
Path Parameters
chatRoom_id*
String
채팅방 title
Cookies
AccessToken*
String
JWT
RefreshToken*
String
JWT
Last updated