We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 797ec63 + 7bf5805 commit 7f88637Copy full SHA for 7f88637
src/main/kotlin/com/ctrlhub/core/media/request/CreateImagePayload.kt
@@ -4,12 +4,12 @@ import kotlinx.serialization.Serializable
4
5
@Serializable
6
data class CreateImagePayload(
7
- val type: String = "images",
8
val data: CreateImagePayloadData
9
)
10
11
12
data class CreateImagePayloadData(
+ val type: String = "images",
13
val attributes: CreateImagePayloadAttributes
14
15
0 commit comments