Appearance
Update Dashboard
Update an existing dashboard configuration. Requires ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
dashboardId* | string | The unique identifier of the dashboard to update |
body.name | string | Updated display name |
body.description | string | Updated description |
body.layout | object | Updated layout configuration |
Return Value
The updated dashboard configuration.
Examples
bash
curl -X PUT "https://app.wombat.software/api/{targetPath}/dashboard/:dashboardId" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..." \
-d '{"name": "Updated Dashboard Name"}'ENDPOINTS
put
/api/{targetPath}/dashboard/:dashboardId