Skip to content

Commit

Permalink
fix: response example 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dbscks97 committed Sep 30, 2024
1 parent c85787b commit fbe4a39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

@Schema(description = "신고 사유 응답 정보")
public record ReportReasonResponse(
@Schema(description = "신고 사유 ENUM 값", example = "HARASSMENT") String enumValue,
@Schema(description = "신고 사유", example = "HARASSMENT") String enumValue,
@Schema(description = "신고 사유 설명", example = "사기 또는 사칭") String description) {}

0 comments on commit fbe4a39

Please sign in to comment.