From 91af371523dcf4cbc6247afa376e4e6dccb80853 Mon Sep 17 00:00:00 2001 From: klaus Date: Mon, 28 Aug 2023 18:10:04 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=20=EB=B0=A9=20-=20?= =?UTF-8?q?=EA=B3=B5=EC=A7=80=EC=82=AC=ED=95=AD=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?=EA=B0=80=EB=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sodalive/live/room/update/EditLiveRoomInfoRequest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/kr/co/vividnext/sodalive/live/room/update/EditLiveRoomInfoRequest.kt b/app/src/main/java/kr/co/vividnext/sodalive/live/room/update/EditLiveRoomInfoRequest.kt index 00f6568..af67751 100644 --- a/app/src/main/java/kr/co/vividnext/sodalive/live/room/update/EditLiveRoomInfoRequest.kt +++ b/app/src/main/java/kr/co/vividnext/sodalive/live/room/update/EditLiveRoomInfoRequest.kt @@ -4,7 +4,7 @@ import com.google.gson.annotations.SerializedName data class EditLiveRoomInfoRequest( @SerializedName("title") val title: String?, - @SerializedName("content") val notice: String?, + @SerializedName("notice") val notice: String?, @SerializedName("numberOfPeople") val numberOfPeople: Int?, @SerializedName("beginDateTimeString") val beginDateTimeString: String?, @SerializedName("timezone") val timezone: String?