PATCH /v1/services/dashboardServices/{id}
Update a Dashboard Service
Update dashboard service properties using JSON Patch
PATCH
PATCH /v1/services/dashboardServices/{id}
Update a Dashboard Service
Update a dashboard service’s properties using JSON Merge Patch. You can update by ID or by fully qualified name.Update by ID
UUID of the dashboard service to update.
Update by Name
UsePATCH /v1/services/dashboardServices/name/{fqn} to update by fully qualified name.
Fully qualified name of the dashboard service (e.g.,
sample_looker).Body Parameters
Send a JSON object with the fields to update. Only provided fields are changed.Updated description in Markdown format.
Updated display name.
Updated connection configuration.
Updated list of owner references.
Updated classification tags.
Updated domain FQN.
PATCH /v1/services/dashboardServices/{id}
Returns
Returns the updated dashboard service object with the new version number.Response
Unique identifier for the dashboard service (UUID format).
Dashboard service name.
Fully qualified name of the service.
Updated description.
Incremented version number.