Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It seems that Multiple transaction examples feature doesn't work #38

Open
latyshev opened this issue Sep 14, 2023 · 0 comments
Open

It seems that Multiple transaction examples feature doesn't work #38

latyshev opened this issue Sep 14, 2023 · 0 comments

Comments

@latyshev
Copy link

latyshev commented Sep 14, 2023

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

Screenshot 2023-09-14 at 5 25 36 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant