Skip to content

Commit

Permalink
docs: Swagger 문서 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
23tae committed Dec 5, 2024
1 parent ea8dfba commit 1e531dc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ data class UserCardProfile(
@Schema(description = "외모", example = "NORMAL") val appearanceType: AppearanceType?,
@Schema(description = "쌍커풀", example = "INNER") val eyelidType: EyelidType?,
@Schema(description = "흡연 여부", example = "TRUE") val smoking: SmokingType?,
@Schema(description = "관심사", example = "[{ \"name\": \"여행\" }, { \"name\": \"맛집 탐방하기\"}]")
val interest: List<String>?,
@Schema(description = "관심사", example = "[\"여행\", \"맛집 탐방\"]") val interest: List<String>?,
@field:NotNull @Schema(description = "카카오톡 ID", example = "kakaoId") val kakaoTalkId: String,
)

0 comments on commit 1e531dc

Please sign in to comment.