Update theme colors
POST {{baseUrl}}/api/themes/:themeId/colors
Update some or all theme colors.
Request Body
{"primaryColor"=>"<string>", "primaryColorGradientEnd"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}