You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove deprecated dashboard-access route from lib-openapi.json (#1875)
We removed it from the cloud spec, need to remove it here to clear the
way for future spec updates. Surprisingly annoying to keep the
deprecated methods around in some languages.
Ruby was easiest: Literally just copying the diff for the deleted method
to an `api_extra` file, regen, done.
Python and JavaScript were the most annoying, because I couldn't think
of a nice way of keeping the query struct around.
0 commit comments