From 0f30c1d2e080aba8cbb180b14a690946f3eebeb2 Mon Sep 17 00:00:00 2001 From: YoungJun Park Date: Fri, 15 Jul 2022 00:02:31 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20=EC=B1=84=ED=8C=85=EB=B0=A9=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1=20http=20=ED=98=B8=EC=B6=9C=20=EC=8B=9C?= =?UTF-8?q?=EB=82=98=EB=A6=AC=EC=98=A4=20=EC=B6=94=EA=B0=80(#5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/02_Room.http | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 http/02_Room.http diff --git a/http/02_Room.http b/http/02_Room.http new file mode 100644 index 0000000..0c780b6 --- /dev/null +++ b/http/02_Room.http @@ -0,0 +1,8 @@ +### 1. 채팅방 생성 API +POST http://localhost:8080/v1/room +Content-Type: application/json + +{ + "companyId": "2", + "adminId": "3" +}