v1
latestOpenAPI 3.0.02026-08-062903562.2 MBTheme
createTheme
Creates a new Theme for a Campaign
post/themes
Request body
Example request
{
"campaign_id": 227362,
"styles": {
"background": {
"blur": 0,
"color": "rgba(64, 72, 78, 1)",
"colorOpacity": 100,
"fixed": false
}
}
}Response
Success
Example response
{
"id": "5df32f6a7402874de6093201",
"created_at": "2019-04-23T10:25:03Z",
"updated_at": "2019-04-23T10:25:03Z",
"campaign_id": 227362,
"styles": {
"background": {
"blur": 0,
"color": "rgba(64, 72, 78, 1)",
"colorOpacity": 100,
"fixed": false
}
}
}