We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
URI
GET /party/rooms/history
Status code
Response body
[ { roomId: number; title: string; categoryId: number; currentPeople: number; minPeople: number; maxPeople: number; isOver: boolean; dueDate: Date; createDate: Date; }, ... ]
The text was updated successfully, but these errors were encountered:
[FEAT] 참여했던 방 조회 (#637)
9b059b8
[FEAT] 방 생성 API (#637)
f3ff11c
AreSain
Successfully merging a pull request may close this issue.
Description
Request
URI
GET /party/rooms/history
Response
Status code
Response body
The text was updated successfully, but these errors were encountered: