File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2285,15 +2285,15 @@ using JSON references.
22852285
22862286# ### <a name="headerObject"></a>Header Object
22872287
2288- The Header Object follows the structure of the [Parameter Object](#parameterObject), with the following changes:
2288+ The Header Object follows the structure of the [Parameter Object](#parameterObject) with the following changes:
22892289
229022901. `name` MUST NOT be specified, it is given in the corresponding `headers` map.
229122911. `in` MUST NOT be specified, it is implicitly in `header`.
229222921. All traits that are affected by the location MUST be applicable to a location of `header` (for example, [`style`](#parameterStyle)).
22932293
22942294# #### Header Object Example
22952295
2296- A simple header with of an integer type :
2296+ A simple header of type integer :
22972297
22982298` ` ` json
22992299{
You can’t perform that action at this time.
0 commit comments