Update dashboard

Update dashboard by id. Partial updates are supported - only provided fields will be updated.

Path parameters

dashboardIdstringRequiredformat: "uuid"

Request

This endpoint expects an object.
namestringOptionalformat: "(?s)^\s*(\S.*\S|\S)\s*$"1-120 characters
descriptionstringOptional0-1000 characters
configobjectOptional

Response

Updated dashboard
namestring1-120 characters
configobject
idstring or nullRead-onlyformat: "uuid"
workspace_idstring or nullRead-only
slugstring or nullRead-only
descriptionstring or null0-1000 characters
created_bystring or nullRead-only
last_updated_bystring or nullRead-only
created_atstring or nullRead-onlyformat: "date-time"
last_updated_atstring or nullRead-onlyformat: "date-time"

Errors