v1
latestOpenAPI 3.0.12026-07-243686491.1 MBThemes
Update a theme
Partially updates a theme. Only provided fields are changed; image fields, when provided, must be base64-encoded data URLs and replace the corresponding stored asset. <br>Required scope: themes:write </br>Organization authorization: supported
put/api/v1/themes/{themeId}
Path parameters
themeIdinteger required
Request body
Response
Updated theme
Example response
{
"id": 1,
"name": "Custom Theme",
"title": "Operator Custom Theme",
"primaryColor": "#FF5733",
"secondaryColor": "#FF5733",
"logoUrl": "https://example.com/logo.png",
"favIconUrl": "https://example.com/favicon.png",
"operator": {
"id": 1,
"identifier": "operator-1",
"themingEnabled": true
}
}