Skip to content

Commit

Permalink
Merge pull request #307 from Team-Sopetit/bug/#306-get-daily-routines
Browse files Browse the repository at this point in the history
  • Loading branch information
Chan531 authored Jul 3, 2024
2 parents 8f6ad44 + 7090b3d commit dc52bff
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 dc52bff

Please sign in to comment.