1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Update docs/tutorials/add-route.md

Co-authored-by: Vincent (Wen Yu) Ge <wenyu1999@hotmail.com>
This commit is contained in:
Shimon Newman 2022-09-09 16:06:52 +03:00 committed by GitHub
parent f494ec488f
commit 016de02356
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@ App::get('/v1/storage/buckets/:bucketId/files/:fileId/preview')
```
### Abuse
* abuse-key - Specifies routes uniq abuse key.
* abuse-key - Specifies routes unique abuse key.
* abuse-limit - Specifies the number of times the route can be requested in a time frame, per route.
* abuse-time - Specifies the time frame relevancy of the all other abuse definitions, per route.