SPA Brands
SPA: Updates a Brand
SPA: Updates a Brand
/api/spa/brands/{id}Authorizations
Value for the X-AUTH-TOKEN header parameter.
Path Parameters
Brand identifier
Request Body
The updated Brand resource
{
"id": 123,
"identifier": "",
"displayName": "",
"condition": "true",
"color": "#083E5D",
"priority": 1,
"ciCheckEnabled": false,
"ciSettings": [
"string"
],
"layoutPath": "string",
"layoutFileName": "Example name",
"layoutChecksum": "string",
"layoutInspection": [
"string"
],
"layoutFile": "data:application/docx;base64,UEsDBBQABg...",
"removeLayout": false,
"createdBy": "user1@company.com",
"updatedBy": "user1@company.com",
"createdAt": "2024-08-23T00:00:00+00:00",
"updatedAt": "2024-08-23T00:00:00+00:00",
"subClient": {},
"active": true,
"activeFrom": "2024-01-01",
"versionGroup": "123e4567-e89b-12d3-a456-426614174000",
"versionNumber": 1,
"supersededAt": "2024-08-23T00:00:00+00:00",
"changeSummaryDe": "string",
"changeSummaryEn": "string",
"summaryStatus": "pending",
"hasLayout": true,
"layoutWarningCount": 1,
"subClientId": 3,
"subClientDescription": "Branch Office A",
"subClientColor": "#083E5D"
}Response
Brand resource updated
Storage path of the brand's document layout ("Briefbogen") inside the Tornado template store. Null means the brand has no layout and renders exactly as it does today.
Name the file was uploaded under, for the download and the UI.
Result of the upload preflight - fonts, styles, headers, page geometry and the reserved content reference. Shown next to the upload, never used for rendering.
base64 encoded document layout (.docx)
Explicit removal, because a merge-patch cannot distinguish "absent" from "clear".
User, created this entry
User, updated this entry
UTC date time of entry creation
UTC date time of last entry update
Active flag. Default: true
Date to activate the entry. Default: today
Immutable lineage key shared by all versions of this configuration entry.
Monotonic version counter within the version group. Display/audit only, not part of resolution.
Moment from which this version is superseded by a newer version of the same version group. Null while the version is (or is scheduled to become) the current one.
AI generated German summary of the changes introduced by this version.
AI generated English summary of the changes introduced by this version.
Generation status of the AI change summary.
The list needs to show whether a layout has findings, but not the findings themselves - the inspection carries the full design report and would bloat every list response.
SubClient ID. Provided on instances with enabled sub-client module only.
SubClient description. Provided on instances with enabled sub-client module only.
SubClient display colour. Provided on instances with enabled sub-client module only.