콘텐츠 업로드
- 예약 업로드를 위해 공개날짜를 추가
This commit is contained in:
@@ -5,6 +5,8 @@ data class CreateAudioContentRequest(
|
||||
val detail: String,
|
||||
val tags: String,
|
||||
val price: Int,
|
||||
val timezone: String,
|
||||
val releaseDate: String? = null,
|
||||
val themeId: Long = 0,
|
||||
val isAdult: Boolean = false,
|
||||
val isGeneratePreview: Boolean = true,
|
||||
|
Reference in New Issue
Block a user