-
Notifications
You must be signed in to change notification settings - Fork 158
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
Merging to release-5.7: change swagger to add batch request (#5835) #5836
Merging to release-5.7: change swagger to add batch request (#5835) #5836
Conversation
* change swagger to add batch request (cherry picked from commit 4aad425)
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
✅ PS. Pls add /docs/nightly to the end of url
To edit notification comments on pull requests, go to your Netlify site configuration. |
User description
change swagger to add batch request (#5835)
PR Type
Documentation
Description
/{listen_path}/tyk/batch
in the Swagger file to support batch requests.BatchRequestStructure
,BatchReplyUnit
, andRequestDefinition
) to support the batch request feature.Changes walkthrough 📝
gateway-swagger.yml
Add batch request endpoint and documentation in Swagger file.
tyk-docs/assets/others/gateway-swagger.yml
/{listen_path}/tyk/batch
for handling batchrequests.
configuration.
BatchRequestStructure
,BatchReplyUnit
, andRequestDefinition
.