SPA Charts
SPA: Updates a Chart
Updates an existing chart.
/api/spa/charts/{id}Authorizations
Value for the X-AUTH-TOKEN header parameter.
Path Parameters
Chart identifier
Request Body
The updated Chart resource
{
"id": 12345,
"identifier": "key1",
"jsConfiguration": "{type: 'line',data: {labels: ['Jan'...",
"width": 500,
"height": 300,
"bgColor": "transparent",
"chartJsVersion": "4",
"createdBy": "user1@company.com",
"updatedBy": "user1@company.com",
"createdAt": "2024-08-23T00:00:00+00:00",
"updatedAt": "2024-08-23T00:00:00+00:00",
"active": true,
"activeFrom": "2024-01-01"
}Response
Chart resource updated
Identifier generated by Output.Rocks.
Unique identifier
Chart configuration. <<>> syntax is supported.
Chart width
Chart height
Chart background color
Chart JS version
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.
Default for environmental tenants (sub-clients)
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.