Skip to content

Commit 701589d

Browse files
committed
docs: added comments
1 parent 49b8bd2 commit 701589d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openapi/httpbin.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ paths:
1717
x-adc-name: httpbin_get
1818
x-adc-plugins:
1919
cors: {}
20+
# Rate limiting: max 3 requests per 30 seconds per client IP (https://docs.api7.ai/hub/limit-count/)
2021
limit-count:
2122
count: 3
2223
time_window: 30
2324
reject_code: 429
2425
key: remote_addr
26+
key_type: var
2527
responses:
2628
'200':
2729
description: OK

0 commit comments

Comments
 (0)