File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2285,15 +2285,15 @@ using JSON references.
2285
2285
2286
2286
# ### <a name="headerObject"></a>Header Object
2287
2287
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:
2289
2289
2290
2290
1. `name` MUST NOT be specified, it is given in the corresponding `headers` map.
2291
2291
1. `in` MUST NOT be specified, it is implicitly in `header`.
2292
2292
1. All traits that are affected by the ___location MUST be applicable to a ___location of `header` (for example, [`style`](#parameterStyle)).
2293
2293
2294
2294
# #### Header Object Example
2295
2295
2296
- A simple header with of an integer type :
2296
+ A simple header of type integer :
2297
2297
2298
2298
` ` ` json
2299
2299
{
You can’t perform that action at this time.
0 commit comments