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
There is an error at https://swagger.io/docs/specification/serialization/#path -- the example for style=label, explode=false, type=array is /users/.3,4,5 when it should be /users/.3.4.5, and type=object is /users/.role,admin,firstName,Alex but should be /users/.role.admin.firstName.Alex.