Chat-talk
  • chat-talk
    • API Document
      • User
      • Message
      • Friend
      • Room
      • Member
Powered by GitBook
On this page
  • 대화방 목록 정보 요청
  • 새 대화방 생성
  • 대화방 정보 수정
  • 대화방 제거
  1. chat-talk
  2. API Document

Room

대화방 목록 정보 요청, 새 대화방 생성, 대화방 정보 수정, 대화방 제거

PreviousFriendNextMember

Last updated 3 years ago

대화방 목록 정보 요청

GET localhost:4000/room

새 대화방 생성

POST localhost:4000/room

대화방 정보 수정

PATCH localhost:4000/room

대화방 제거

DELETE localhost:4000/room

API Document