Skip to content

Commit

Permalink
인터뷰 API 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
unanchoi committed Jan 13, 2024
1 parent 493ced6 commit 5e342d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
public record ApplicationPage3Response(
@Schema(description = "파트", example = "기획")
String part,

@Schema(description = "파트별 질문 1 답변", example = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, " +
"sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. " +
"Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris " +
Expand All @@ -30,7 +29,9 @@ public record ApplicationPage3Response(
"sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. " +
"Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris " +
"nisi ut aliquip ex ea commodo consequat.")
String partAnswer4
String partAnswer4,

String portfolioUrl
) {

public static ApplicationPage3Response of(Application application) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public record InterviewResponse(

@Schema(description = "인터뷰 대상자 이름", example = "홍길동") String name,

@Schema(description = "인터뷰 목록 페이지에서 사용하는 섬네일 텍스트") String thumbnailText,
@Schema(description = "인터뷰 목록 페이지에서 사용하는 섬네일 텍스트") String oneLineContent,

@Schema(description = "인터뷰 대상자 imageUrl") String imageUrl
) {
Expand Down

0 comments on commit 5e342d5

Please sign in to comment.