콘텐츠 업로드

- 예약 업로드를 위해 공개날짜를 추가
This commit is contained in:
2024-01-08 22:53:42 +09:00
parent 4923a04c9d
commit 26d9b6cf35
3 changed files with 37 additions and 20 deletions

View File

@@ -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,