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