test #114
@@ -5,7 +5,7 @@ data class CreateAudioContentRequest(
|
||||
val detail: String,
|
||||
val tags: String,
|
||||
val price: Int,
|
||||
val timezone: String,
|
||||
val timezone: String = "Asia/Seoul",
|
||||
val releaseDate: String? = null,
|
||||
val themeId: Long = 0,
|
||||
val isAdult: Boolean = false,
|
||||
|
||||
Reference in New Issue
Block a user