Closed trampfox closed 5 years ago
Hey @trampfox, thanks for contribution! Can you please rename new field to folderId
? I try to use same names Grafana API uses to make transition and processing easier.
And ideally squash your commits into one final one.
Sure @jakubplichta, I'll rename it
This potentially solves https://github.com/jakubplichta/grafana-dashboard-builder/issues/156 Great work!
@jakubplichta done ;)
This PR adds the
folder_id
field in the YAML of a dashboard definition.The field allows to specify, at dashboard level, a folder id where the dashboard has to be uploaded to. Below an example of a YAML file:
resolves #156