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