Replace limit with pagesize in docs for catalog endpoint (#1641)

Co-authored-by: Marwan Sulaiman <marwan.sameer@gmail.com>
This commit is contained in:
WillAbides
2020-06-29 08:26:54 -05:00
committed by GitHub
parent 29a710920d
commit 40ef226d3c
+2 -2
View File
@@ -69,9 +69,9 @@ The proxy provides a `/catalog` service endpoint to fetch all the modules and th
A query is of the form
`https://proxyurl/catalog?token=foo&limit=47`
`https://proxyurl/catalog?token=foo&pagesize=47`
Where token is an optional continuation token and limit is the desired size of the returned page.
Where token is an optional continuation token and pagesize is the desired size of the returned page.
The `token` parameter is not required for the first call and it's needed for handling paginated results.