하이퍼파라미터 기능 추가

This commit is contained in:
2026-02-03 15:09:03 +09:00
parent 335e9d33d6
commit 15aa2fa041
5 changed files with 4 additions and 202 deletions

View File

@@ -145,7 +145,7 @@ public class HyperParamApiController {
return ApiResponseDto.ok(null);
}
@Operation(summary = "하이퍼파라미터 단건 조회", description = "특정 버전의 하이퍼파라미터 상세 정보를 조회합니다")
@Operation(summary = "하이퍼파라미터 상세 조회", description = "특정 버전의 하이퍼파라미터 상세 정보를 조회합니다")
@ApiResponses(
value = {
@ApiResponse(