Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ data class FileRequest(
@Schema(description = "썸네일 이미지 파일", nullable = true)
val thumbnail: MultipartFile? = null,

@Schema(description = "사용자 ID", example = "12345")
val userId: Long,
@Schema(description = "사용자 ID", example = "asdfbnmzxcvasdf1234")
val userId: String,

@Schema(description = "사용자 이름", example = "John Doe")
val name: String,
Expand Down
Loading