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 would like to be able to create different examples for the same endpoint, with the same status code. In my API, an endpoint can return different kinds of responses depending on the parameters, but with the same status code (200).
Is there a way to be able to document this different cases? It seems like it's always keeping the first one and ignoring the others.
The text was updated successfully, but these errors were encountered:
Hi!
I would like to be able to create different examples for the same endpoint, with the same status code. In my API, an endpoint can return different kinds of responses depending on the parameters, but with the same status code (200).
Is there a way to be able to document this different cases? It seems like it's always keeping the first one and ignoring the others.
The text was updated successfully, but these errors were encountered: