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
string
required
UUID of the dashboard service to update.
Update by Name
UsePATCH /v1/services/dashboardServices/name/{fqn} to update by fully qualified name.
string
required
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.string
Updated description in Markdown format.
string
Updated display name.
object
Updated connection configuration.
array
Updated list of owner references.
array
Updated classification tags.
string
Updated domain FQN.
PATCH /v1/services/dashboardServices/{id}
Returns
Returns the updated dashboard service object with the new version number.Response
string
Unique identifier for the dashboard service (UUID format).
string
Dashboard service name.
string
Fully qualified name of the service.
string
Updated description.
number
Incremented version number.