Update Dashboard
Updates a dashboard's metadata and returns the id of the updated dashboard. Only the provided fields are changed.
Path parameters
dashboardId
The id of the dashboard.
Headers
CONFIDENT_API_KEY
The API key of your Confident AI project.
Request
The dashboard metadata fields to update.
name
The dashboard's new name.
description
The dashboard's new description.
private
Whether the dashboard is private to its creator.
Response
The id of the updated dashboard.
success
Indicates if the request was successful.
data
The id of the affected dashboard or widget.
deprecated
Indicates if this endpoint is deprecated.