Skip to main content
PATCH
UpdatePanelConfiguration

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

panelConfiguration.panelConfigurationId
string
required

Body

application/json

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. Use is_archived to archive/unarchive a panel configuration.

updateMask
string
required

The list of fields to be updated. The fields available to be updated are name, channel_configurations, chart_settings, is_archived, and metadata.

panelConfiguration
The panel configuration to update. ยท object

The panel configuration to update.

Response

A successful response.

panelConfiguration
object