Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Dashboard sharing settings API #378

Open
UnseenWizzard opened this issue Jul 8, 2021 · 1 comment
Open

Support Dashboard sharing settings API #378

UnseenWizzard opened this issue Jul 8, 2021 · 1 comment
Labels
enhancement New feature or request go Pull requests that update Go code new-api

Comments

@UnseenWizzard
Copy link
Collaborator

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.

@UnseenWizzard UnseenWizzard added enhancement New feature or request good first issue Good for newcomers go Pull requests that update Go code new-api labels Jul 8, 2021
@patrickpichler
Copy link
Contributor

patrickpichler commented Jul 9, 2021

Related to #337 and #213

@tatomir146 tatomir146 added this to the v3.0 milestone Jul 12, 2021
@UnseenWizzard UnseenWizzard added bug Something isn't working and removed bug Something isn't working labels Feb 26, 2022
@UnseenWizzard UnseenWizzard removed this from the after v2 release milestone Jun 23, 2022
@UnseenWizzard UnseenWizzard removed the good first issue Good for newcomers label May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request go Pull requests that update Go code new-api
Projects
None yet
Development

No branches or pull requests

3 participants