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
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
rboy1
changed the title
Multiple Examples doesn't render in Console
Multiple Requests don't render in Console
Sep 10, 2018
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.
I'm trying to implement a case of multiple request examples as specified in the documentation:
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?
The text was updated successfully, but these errors were encountered: