Which endpoint to use to import dashboard?

Hi,

You should use the one as the documentation states, i.e. api/dashboards/db. With this one you can both import/create new dashboards (id = null) and update existing ones (id != null).

Marcus