Skip to content

Commit

Permalink
chore : swagger description 보기 편하게 수정!
Browse files Browse the repository at this point in the history
  • Loading branch information
seohyun-kim committed Nov 24, 2022
1 parent e286992 commit 9ee281a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/routes/events/getCategorybyFiltering.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import {EventResponseScheme} from '../../../entity/schemes';

const schema = defineSchema({
summary: '카테고리 별로 필터링해서 가져옵니다',
description: ' - categoryId : 선택없음:0 동아리/소모임:1 학생회:2 간식나눔:3 대회/공모전:4 스터디:5 구인:6 기타:7'+
` - eventStatus : true 일 경우 해당 카테고리 중애서 진행 중인 이벤트만 가져옴, false 일 경우 진행 중인 이벤트와 상관없이 해당 카테고리 이벤트 다 가져옴`+
description: ' - categoryId : `선택없음:0` `동아리/소모임:1` `학생회:2` `간식나눔:3` `대회/공모전:4` `스터디:5` `구인:6` `기타:7`\n'+
` - eventStatus : true 일 경우 해당 카테고리 중애서 진행 중인 이벤트만 가져옴, false 일 경우 진행 중인 이벤트와 상관없이 해당 카테고리 이벤트 다 가져옴\n`+
` - 페이징 적용(/get events 참고)`,

query: {
Expand Down

0 comments on commit 9ee281a

Please sign in to comment.