콘텐츠 등록
- 한정판 기능을 위해 개수 제한 추가
This commit is contained in:
@@ -5,6 +5,8 @@ data class CreateAudioContentRequest(
|
||||
val detail: String,
|
||||
val tags: String,
|
||||
val price: Int,
|
||||
val limited: Int? = null,
|
||||
val remaining: Int? = null,
|
||||
val timezone: String = "Asia/Seoul",
|
||||
val releaseDate: String? = null,
|
||||
val themeId: Long = 0,
|
||||
|
Reference in New Issue
Block a user