Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Chat] 채팅 수정 API 구현 : PATCH /api/v1/chat #165

Closed
3 tasks done
minisundev opened this issue Jun 10, 2024 · 0 comments
Closed
3 tasks done

[Chat] 채팅 수정 API 구현 : PATCH /api/v1/chat #165

minisundev opened this issue Jun 10, 2024 · 0 comments
Assignees
Labels
API 상세 api 문서 Chat 채팅 관련 기능 enhancement 추가 기능

Comments

@minisundev
Copy link
Member

minisundev commented Jun 10, 2024

어떤 기능인가요?

채팅을 수정하는 기능입니다

request

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

URL & Method

PATCH /api/v1/chat

header

header values description
Content-type application/json

body

{
    "id": "채팅 id",
    "type": "Server/Room",
    "content" : "채팅 내용"
   }

response

status

body

{
	"status": 200
}

Error

status description header body
404(CHAT_NOT_FOUND) 해당 id로 채팅을 찾을 수 없습니다 null null

작업 상세 내용

  • 채팅 수정 API 구현
  • 채팅 수정 테스트코드 작성
  • Postman으로 테스트
@minisundev minisundev added enhancement 추가 기능 API 상세 api 문서 Chat 채팅 관련 기능 labels Jun 10, 2024
@minisundev minisundev self-assigned this Jun 10, 2024
@minisundev minisundev moved this to In progress in kopring Jun 10, 2024
@github-project-automation github-project-automation bot moved this from In progress to Done in kopring Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API 상세 api 문서 Chat 채팅 관련 기능 enhancement 추가 기능
Projects
Status: Done
Development

No branches or pull requests

1 participant