Updates an existing panel configuration using using the list of fields specified in update_mask.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
A successful response.