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 nullformat: "uuid"
workspace_idstring or null
slugstring or null
descriptionstring or null0-1000 characters
created_bystring or null
last_updated_bystring or null
created_atstring or nullformat: "date-time"
last_updated_atstring or nullformat: "date-time"

Errors