Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
docs: fix sections
Browse files Browse the repository at this point in the history
  • Loading branch information
joolfe committed Sep 24, 2022
1 parent f94365f commit 195b472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,6 @@ Avoid concatenation
}
```

</div></div>
<div class="tilted-section"><div markdown="1">

### responseHeaders (Boolean)

This flag indicates if the headers that are saved as part of the postman collection examples (see feature [Responses parsed from Postman collection examples](#responses-parsed-from-postman-collection-examples)) should be used in the OpenApi specification. This headers normally contain lot of unused headers but are automatically saved by postman when create an example, a better approach is to define response headers in a common way.
Expand Down Expand Up @@ -364,6 +361,9 @@ By default all parameters in the postman collection that has the field `"disable

Please have a look to the [Parameters parsing](#parameters-parsing) section about duplicated parameters names in Headers and Query, this will apply also to the disabled parameters when using this feature.

</div></div>
<div class="tilted-section"><div markdown="1">

# Features

## Basic conversion
Expand Down

0 comments on commit 195b472

Please sign in to comment.