Skip to content

Commit

Permalink
fix: add auth to /user/query endpoint to match actual spec
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Aug 3, 2022
1 parent daeb089 commit a1ee206
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/server/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ paths:
- user
summary: 사용자 목록 열람
description: 사용자 목록을 열람합니다.
security:
- UserSessionAuth: []
parameters:
- name: department
in: query
Expand Down

0 comments on commit a1ee206

Please sign in to comment.