Skip to content

Commit

Permalink
feat: api 명세서 수정(#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
acceptor-gyu committed May 29, 2024
1 parent c15174a commit f7066c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class UserQueryRequest {
조회 기준
- 즐겨찾는 이성 : FAVORITES
- 나에게 관심 있는 이성(나에게 화살을 보낸 이성) : ARROW_SENDERS
- 나에게 화살을 보낸 이성 : ARROW_RECEIVERS""",
- 내가 화살을 보낸 이성 : ARROW_RECEIVERS""",
example = "FAVORITES",
in = ParameterIn.QUERY)
@NotBlank(message = "조회 기준은 반드시 입력되어야 합니다.")
Expand Down

0 comments on commit f7066c9

Please sign in to comment.