We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a63818 commit 003e0a0Copy full SHA for 003e0a0
src/main/java/com/climbup/climbup/route/dto/response/RouteMissionListResponse.java
@@ -22,7 +22,7 @@ public class RouteMissionListResponse {
22
@Schema(description = "섹터 이름", example = "A구역")
23
private String sectorName;
24
25
- @Schema(description = "난이도", example = "V3")
+ @Schema(description = "난이도", example = "BLUE")
26
private String difficulty;
27
28
@Schema(description = "점수", example = "100")
0 commit comments