Request
Body Params application/json
{
"palette": {
"headerTextColor": "string",
"headerBackgroundColor": "string",
"footerTextColor": "string",
"footerBackgroundColor": "string",
"breadcrumbTextColor": "string",
"breadcrumbBackgroundColor": "string",
"bodyPrimaryTextColor": "string",
"bodySecondaryTextColor": "string",
"bodyBackgroundFirstColor": "string",
"bodyBackgroundSecondColor": "string",
"bodyBorderColor": "string",
"topBarTextColor": "string",
"topBarBackgroundColor": "string",
"danger": "string",
"warning": "string",
"themeColor": "string",
"themeText": "string",
"success": "string",
"buttonBackgroundColor": "string"
}
}
Request samples
curl --location --request POST 'https://platform.shopranos.eu/api/Themes' \
--header 'Content-Type: application/json' \
--data-raw '{
"palette": {
"headerTextColor": "string",
"headerBackgroundColor": "string",
"footerTextColor": "string",
"footerBackgroundColor": "string",
"breadcrumbTextColor": "string",
"breadcrumbBackgroundColor": "string",
"bodyPrimaryTextColor": "string",
"bodySecondaryTextColor": "string",
"bodyBackgroundFirstColor": "string",
"bodyBackgroundSecondColor": "string",
"bodyBorderColor": "string",
"topBarTextColor": "string",
"topBarBackgroundColor": "string",
"danger": "string",
"warning": "string",
"themeColor": "string",
"themeText": "string",
"success": "string",
"buttonBackgroundColor": "string"
}
}'
Responses
application/json Modified at 2025-07-08 13:29:28