diff --git a/website/docs/registry/api.html.md b/website/docs/registry/api.html.md
index 7edb66b250..6f228f53c5 100644
--- a/website/docs/registry/api.html.md
+++ b/website/docs/registry/api.html.md
@@ -32,6 +32,10 @@ This endpoint returns the latest version of each provider for a module.
- `name` `(string: )` - The name of the module.
This is required and is specified as part of the URL path.
+### Query Parameters
+
+- `offset`, `limit` `(int: )` - See [Pagination](#Pagination) for details.
+
### Sample Request
```text