Skip to content

Commit

Permalink
[FIX] 쿼리 필드명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Jul 3, 2024
1 parent 8f6ad44 commit 7090b3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
public interface DailyRoutineControllerV2Docs {

ResponseEntity<SuccessResponse<DailyRoutineListAcquireResponseV2>> acquireAllByThemes(
@Parameter(name = "list of themes id", description = "조회할 테마 id 목록") LinkedHashSet<Long> themeIds
@Parameter(name = "themeIds", description = "조회할 테마 id 목록") LinkedHashSet<Long> themeIds
);
}

0 comments on commit 7090b3d

Please sign in to comment.