콘텐츠 등록

- 불필요한 파라미터 제거
This commit is contained in:
2024-03-27 18:17:56 +09:00
parent 327f7ad341
commit b929b51525

View File

@@ -6,7 +6,6 @@ data class CreateAudioContentRequest(
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,