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
It seems that Multiple transaction examples feature doesn't work or am I missing something.
I need to have different responses depending on requests. So for Request A it should be 200 - A, for request B: 200 - B and 500 - B, but I have all of them for each request.
# Group Resource
## Create Resource [POST /resource]
+ request A
...
+ response 200
A
+ request B
...
+ response 200
B
+ response 500
B
+ request C
...
+ request D
...
+ response 200
D
The text was updated successfully, but these errors were encountered:
It seems that Multiple transaction examples feature doesn't work or am I missing something.
I need to have different responses depending on requests. So for Request A it should be
200 - A
, for request B:200 - B
and500 - B
, but I have all of them for each request.The text was updated successfully, but these errors were encountered: