You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dashboard sharing settings are now available as an API in EAP
monaco should support the API to allow automatically sharing dashboards, instead of still requiring manual/UI interaction.
Notably the API is part of the Dashboard API (under /dashboards/{id}/sharing) and requires the ID of the dashboard while only offering GET and PUT.
These configurations will thus usually depend on a dashboard configuration directly, and not follow the "POST if no config exists/PUT if exists" patter of regular configuration.
The text was updated successfully, but these errors were encountered:
Dashboard sharing settings are now available as an API in EAP
monaco should support the API to allow automatically sharing dashboards, instead of still requiring manual/UI interaction.
Notably the API is part of the Dashboard API (under /dashboards/{id}/sharing) and requires the ID of the dashboard while only offering GET and PUT.
These configurations will thus usually depend on a dashboard configuration directly, and not follow the "POST if no config exists/PUT if exists" patter of regular configuration.
The text was updated successfully, but these errors were encountered: