Skip to content

Commit

Permalink
Add: resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TaehyeonPark committed Feb 5, 2025
1 parent 5077617 commit ec34739
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/docs/rooms.js
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,8 @@ roomsDocs[`${apiPrefix}/searchByUser`] = {
tags: [tag],
summary: "사용자가 참여 중인 방 검색",
description: `로그인 된 사용자가 참여 중인 방을 검색합니다.<br/>
정산 완료 여부 기준으로 진행 중인 방과 완료된 방을 \`ongoing\`과 \`done\`으로 각각 분리하여 응답을 전송합니다.`,
정산 완료 여부 기준으로 진행 중인 방과 완료된 방을 \`ongoing\`과 \`done\`으로 각각 분리하여 응답을 전송합니다.<br/>
(\`ongoing\`은 \`isOver\`이 flase인 방, \`done\`은 \`isOver\`이 true인 방을 의미합니다.)`,
parameters: {},
responses: {
200: {
Expand Down

0 comments on commit ec34739

Please sign in to comment.