From dadb8be289890c67ea4d0b2804da7e69d1a15a13 Mon Sep 17 00:00:00 2001 From: Paul Banks Date: Mon, 18 Sep 2017 12:06:25 -0500 Subject: [PATCH] Add query params to endpoint docs --- website/docs/registry/api.html.md | 4 ++++ 1 file changed, 4 insertions(+) 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