Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
The request for a call to PanelConfigurationService_UpdatePanelConfiguration to update a panel configuration. Updating a panel
configuration creates a new version of the panel configuration, leaving the previous untouched. If no update is deemed necessary, then the
the current version is returned. To archive panel configuration, specify archived_date in the update mask as well as a non-null
value for archived_date in the panel_configuration object. To unarchive a panel configuration, specify archived_date in the
update mask and a null value for archived_date in the panel_configuration object.
The panel configuration to update.
The list of fields to be updated. The fields available to be updated are name, panel_type, channel_configurations,
and chart_settings.
Response
A successful response.