Details
-
Type:
Feature Part
-
Status: Done
-
Priority:
L3 - Default
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 3.1.0-alpha2, 3.1.0
-
Component/s: backend
-
Labels:
Description
AT:
- The setting which filters are available for a dashboard is persisted in the backend
- For that, the PUT /api/dashboard/:id endpoint is extended to include a new field:
{ "availableFilters": [ {"type": "state"} // or "startDate" or "endDate" ] }
- the same field is added to the create dashboard endpoint
- the GET /api/dashboard/:id returns the new availableFilters field unchanged
- this change is documented in confluence