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
I guess the request body has changed: curl -X POST http://kong:8001/apis/{api}/plugins \ --data "name=rate-limiting" \ --data "config.second=5" \ --data "config.hour=10000"
Currently in Jungle is: api_id: "<id>" limit: 10 name: "ratelimiting" period: "minute"
It looks like the body for adding values to ratemimiting plugin has changed.
Jungle posts this:
value: {limit: 10000, period: "day"}
This API waits for data like this:
"value": {"day": 1000}
See https://getkong.org/plugins/rate-limiting/
I have no skills with angular.js, tell me if I can help someway.
The text was updated successfully, but these errors were encountered: