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
Deep-copy the documentation information for each method of a resource. This
fixes a crash when a view function serves several methods, due to apispec
mutating doc info dict. (:pr:147)
Thanks :user:DrChrisLevy for reporting.