We want our programmatically created dashboards to be full width, but they are a fixed width that doesn't take advantage of horizontal space in large windows. Based on the Dashboard API docs and Introduction to dashboards, I tried setting "width" to "full" in the payload when creating a dashboard using the API (in addition to setting name and description). However, this didn't work. Any advice appreciated, thanks. We're using v0.49.11.
have you tried opening the browser dev tools and checking how your browser calls the api when it creates a dashboard with full width?
D'oh, good suggestion. I can see that it works as intended. We probably didn't test it properly.