Dashboard tags not being created on dashboard creation

I’m trying to create a dashboard and add tags to it. While trying to do it all in 1 try, it does not work.
To find the origin of the problem, I went deeper into the requests being send by Grafana and to my suprise, although being the same request, the tags are not passed to the API on dashboard creation. When updating a dashboard, the tags are passed through.

Is this a bug or a feature that I don’t see the point of?

I’m running the docker container for Grafana 9.0.2 on a Linux machine

welcome to the :grafana: forum, @jochendeprez

how are you trying to provision the dashboard? Is there a way we could try and reproduce this on our side with a basic cURL command?