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
@jwyuen - there's a problem here, specifically with your example. Your example shows that the first path has two path params and the second one has a single path param. How would you refer one to the other?
What I mean by this is sometimes you have two different routes that are essentially the same thing. For example:
GET class/{classId}/student/{studentId}
GET student/{studentId}
Instead of duplicating api doc code, you could just reference the other existing route.
The text was updated successfully, but these errors were encountered: