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
As a user, I want to see an endpoint only show up once, but if it is has different examples, those are grouped together in a way that makes sense visually.
For example if I have PATCH /cars and I want to have one example where changeTires: true is passed and another example has repaint: true, I can see both of them as one endpoint but can toggle between those two examples
The text was updated successfully, but these errors were encountered:
As a user, I want to see an endpoint only show up once, but if it is has different examples, those are grouped together in a way that makes sense visually.
For example if I have
PATCH /cars
and I want to have one example wherechangeTires: true
is passed and another example hasrepaint: true
, I can see both of them as one endpoint but can toggle between those two examplesThe text was updated successfully, but these errors were encountered: