We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570d457 commit 359c2f8Copy full SHA for 359c2f8
application/config/rest.php
@@ -483,7 +483,7 @@
483
| To specify the limits within the controller's __construct() method, add per-method
484
| limits with:
485
|
486
-| $this->method['METHOD_NAME']['limit'] = [NUM_REQUESTS_PER_HOUR];
+| $this->methods['METHOD_NAME']['limit'] = [NUM_REQUESTS_PER_HOUR];
487
488
| See application/controllers/api/example.php for examples
489
*/
0 commit comments