How to document rate limit in Swagger? #2027
Answered
by
raman-m
sarahhachouche1
asked this question in
Q&A
-
"RateLimitOptions": {
"EnableRateLimiting": true,
"Period": "1s",
"PeriodTimespan": 1,
"Limit": 10,
"ClientWhitelist": [ "9e32fca1-df87-4463-8ef0-cf5670186687" ]
} How can I document the response for quota in Swagger? |
Beta Was this translation helpful? Give feedback.
Answered by
raman-m
Apr 2, 2024
Replies: 1 comment 2 replies
-
Dear Sarah, Ocelot doesn't officially support Swagger! See the link: Not Supported | Swagger How did you integrate Swagger into your Ocelot app? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
sarahhachouche1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear Sarah,
Ocelot doesn't officially support Swagger! See the link: Not Supported | Swagger
Basic support of Swagger will be added in the 2nd part of 2024...
How did you integrate Swagger into your Ocelot app?