ThreeMammals / Ocelot

.NET API Gateway

Home Page:https://www.nuget.org/packages/Ocelot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to document rate limit in swagger

sarahhachouche1 opened this issue · comments

"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

You have to ask your questions in Discussions space ❗