Update getStoreMessagesV3 and installStoreApiHandlers to set default and max values for page_size

* Set default value of `page_size` to 20 and max value to 100 in `getStoreMessagesV3` function in `waku/waku_api/rest/store/client.nim`
* Enforce default value of `page_size` to 20 and max value to 100 in `installStoreApiHandlers` procedure in `waku/waku_api/rest/store/handlers.nim`
* Add notes in `docs/api/rest-api.md` and `docs/operators/how-to/configure-rest-api.md` mentioning the default and max values for `page_size`
This commit is contained in:
Vishwanath Martur 2024-12-14 20:33:28 +05:30 committed by Ivan Folgueira Bande
parent 8b382e8ae0
commit f7cbc329cd
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

Diff Content Not Available