Add query params to endpoint docs

This commit is contained in:
Paul Banks 2017-09-18 12:06:25 -05:00
parent 89ac68808a
commit dadb8be289
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ This endpoint returns the latest version of each provider for a module.
- `name` `(string: <required>)` - The name of the module.
This is required and is specified as part of the URL path.
### Query Parameters
- `offset`, `limit` `(int: <optional>)` - See [Pagination](#Pagination) for details.
### Sample Request
```text