Using Redash Redash Rest Api, I was able to successfully create a dashboard and also add widgets/visualization to that particular dashboard. The issue I’m facing when trying to update the dashboard, I can remove/change/add tags to dashboard using the api
/api/dashboards/db_id->post with json data {“tags”:“hello”}
but i can’t do this to update the widgets in dashboard. It does not return any error nor it gets updated.
I’m also not able to find proper documentation for Redash Rest api