Replies: 1 comment 1 reply
-
Thanks for the feedback @rg-gravis. The reason we don't have an API for this at the moment is the layout We are considering this for the future. We're also looking into other options that solve the primary reasons we hear folks asking for this type of thing. Can you share more details on what you're doing? What's the purpose/functionality you get out of having a template layout and generating variations on it (seemingly regularly)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Use case: we have ~6 organization layouts with minor differences that we generate
.json
files for programmatically, based on a single template. It's currently a pain to update the shared layouts after regenerating the json: you need to upload all the new ones as personal layouts, delete all the old shared layouts, and then share all the new layouts one-by-one.It would be better if the script which generates the layouts could also push them to the organization. A PATCH endpoint in the foxglove API that allows me update a shared layout by specifying its layout ID and providing a new layout json would meet my needs here.
Beta Was this translation helpful? Give feedback.
All reactions