Skip to content

Update Dashboard

Update an existing dashboard configuration. Requires ADMIN permissions.

Parameters

name * are required parametersdata typedescription
dashboardId*stringThe unique identifier of the dashboard to update
body.namestringUpdated display name
body.descriptionstringUpdated description
body.layoutobjectUpdated 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