We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b74b5 commit c8b657aCopy full SHA for c8b657a
src/main/java/com/be/sportizebe/domain/post/dto/response/PostResponse.java
@@ -5,7 +5,7 @@
5
import lombok.Builder;
6
7
@Builder
8
-@Schema(title = "CreatePostResponse DTO", description = "게시글 생성 응답")
+@Schema(title = "PostResponse DTO", description = "게시글 관련 응답")
9
public record PostResponse(
10
@Schema(description = "게시글 고유번호", example = "1") Long postId,
11
@Schema(description = "게시글 제목", example = "게시글 제목 ...") String title,
0 commit comments