Skip to content

[Chat] 채팅방 생성 API 구현 : POST /api/v1/chatroom #44

@minisundev

Description

@minisundev

어떤 기능인가요?

채팅방을 생성하는 기능입니다

request

생성할 채팅방 정보를 입력받습니다.
입력받은 채팅 정보는 json 형식으로 처리합니다.

URL & Method

PATCH /api/v1/chat

header

header values description
Content-type application/json

body

{
    "room": "채팅방 이름",
    "content" : "채팅방 설명"
   }

작업 상세 내용

  • 채팅방 생성 API 구현
  • ChatRoom 속성에 이름과 설명 추가하고 API에서 연결하기

Metadata

Metadata

Assignees

Labels

API상세 api 문서enhancement추가 기능

Type

No type
No fields configured for issues without a type.

Projects

Status
Done

Relationships

None yet

Development

No branches or pull requests

Issue actions