diff --git a/website/docs/registry/api.html.md b/website/docs/registry/api.html.md index d5f342b21..0e1ba6f8a 100644 --- a/website/docs/registry/api.html.md +++ b/website/docs/registry/api.html.md @@ -61,7 +61,7 @@ These endpoints list modules according to some criteria. ### Query Parameters -- `offset`, `limit` `(int: )` - See [Pagination](#Pagination) for details. +- `offset`, `limit` `(int: )` - See [Pagination](#pagination) for details. - `provider` `(string: )` - Limits modules to a specific provider. - `verified` `(bool: )` - If `true`, limits results to only verified modules. Any other value including none returns all modules _including_ @@ -127,7 +127,7 @@ This endpoint allows searching modules. - `q` `(string: )` - The search string. Search syntax understood depends on registry implementation. The public registry supports basic keyword or phrase searches. -- `offset`, `limit` `(int: )` - See [Pagination](#Pagination) for details. +- `offset`, `limit` `(int: )` - See [Pagination](#pagination) for details. - `provider` `(string: )` - Limits results to a specific provider. - `namespace` `(string: )` - Limits results to a specific namespace. - `verified` `(bool: )` - If `true`, limits results to only verified @@ -345,7 +345,7 @@ This endpoint returns the latest version of each provider for a module. ### Query Parameters -- `offset`, `limit` `(int: )` - See [Pagination](#Pagination) for details. +- `offset`, `limit` `(int: )` - See [Pagination](#pagination) for details. ### Sample Request