dashboards

Create Dashboard

Create a new dashboard (company member; creator gets ADMIN).

post/api/v1/dashboards/

Request body

namestring
descriptionstring
database_idsstring[]

Databases this dashboard may read (D1). May be empty; bind later from the detail page.

Response

Successful Response

idstring uuid required
company_idstring uuid required
project_idstring uuid nullable
is_favoriteboolean
user_idstring uuid required
namestring required
descriptionstring required
statusstring required
current_version_idstring uuid nullable
bundle_urlstring nullable required
bundle_cssstring nullable required
bundle_importsstring[] nullable required
error_messagestring nullable required
is_suppressedboolean required
created_atstring date-time required
updated_atstring date-time required

Changes