From 099eb7306c689844a80ef627e8dc70bb154bfeec Mon Sep 17 00:00:00 2001 From: Jorge Date: Sat, 24 Sep 2022 12:46:11 +0200 Subject: [PATCH] fix: docs table add some spaces --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index cdccd8e..f8c680a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -356,6 +356,7 @@ Default value is `yaml`, if you use a unknown value `yaml` will be used. ### disabledParams (object) By default all parameters in the postman collection that has the field `"disabled": true` are ignored and not included in the resulting OpenAPI doc, you can customize this behavior with this options + | Param | Description | |------------------|------------------------------------------------------------------------------------| | `includeQuery` | Boolean. Indicates if the "query" parameters disabled should be included into the OpenAPI spec. |