콘텐츠 등록 - 대여만 가능한 콘텐츠 등록 기능 추가

This commit is contained in:
Yu Sung
2023-10-22 17:57:31 +09:00
parent 995c6adab7
commit cdad53ae7b
3 changed files with 81 additions and 52 deletions

View File

@@ -14,6 +14,7 @@ struct CreateAudioContentRequest: Encodable {
let price: Int
let themeId: Int
let isAdult: Bool
let isOnlyRental: Bool
let isCommentAvailable: Bool
let previewStartTime: String?
let previewEndTime: String?