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
I have been adding examples to some of my parameters, but up to this point they have not been path params. I tried to do it with the following but it doesn't show up. route_param :id, desc: "User ID", documentation: { example: User.first.id } do