Hi,
Using a Python script, I add a variable to a Grafana dashboard and update existing panels with new JSON tags to modify their queries. The script works as intended; however, when I navigate to Settings → Versions, the changes made via my script (using my API token) are attributed to the dashboard’s original creator, rather than to me. It appears as though someone else on the team made the modifications, even though the script executed the changes via my token.
I am only using GET and POST requests through the Grafana API.