I want to create a card or dashboard with a specific id.
But Metabase API as of now doesn't allow that. Is there a way through which I can achieve this?
I have found one solution: to create random cards until I have reached that specific id and then delete it one by one from the point where I have started making cards. But this won't work in my case as I have to set my id as uuid or something like that for some reason.
I’m guessing you need static slugs is that right?