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

Multiple Requests don't render in Console #435

Open
rboy1 opened this issue Sep 10, 2018 · 1 comment
Open

Multiple Requests don't render in Console #435

rboy1 opened this issue Sep 10, 2018 · 1 comment

Comments

@rboy1
Copy link

rboy1 commented Sep 10, 2018

I'm trying to implement a case of multiple request examples as specified in the documentation:

# Resource [/resource]
## Create Resource [POST]

+ request A
   + attributes
        ...

   + Body
        ...

+ request B

   + attributes
        ...

   + Body
        ...

+ request C

   + attributes
        ...

   + Body
        ...

+ request D

   + attributes
        ...

   + Body
        ...

+ response 200

        ...

While it renders okay in the Example and shows a separate Request section for each request, however in the Console it only takes the first Request and ignores the rest. Shouldn't it also allow the user to select which Request or provide a separate Console for each Request under Body?

@rboy1 rboy1 changed the title Multiple Examples doesn't render in Console Multiple Requests don't render in Console Sep 10, 2018
@patricksmms
Copy link

Indeed it should behave as you specified, but at the moment the console always takes the first. We have this feature in the pipeline for a future release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants