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.
1 parent 797ec63 commit 7bf5805Copy full SHA for 7bf5805
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