Skip to content

Commit

Permalink
docs: #44 파라미터 기본값 및 설명 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dgh06175 committed Sep 22, 2024
1 parent 6a25b6b commit 8064806
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public BaseResponse<PlaylistResponse.PlayListId> addPlaylist(
}

@Operation(summary = "플레이리스트 목록 조회", description = "사용자의 모든 플레이리스트를 가져온다. 페이지네이션을 지원합니다. page 파라미터에 페이지 번호를 입력해주세요.")
@GetMapping()
@GetMapping
public BaseResponse<PlaylistResponse.Playlists> getPlaylists(
@AuthMember Member member,
@RequestParam(defaultValue = "0") int page,
Expand Down

0 comments on commit 8064806

Please sign in to comment.