File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -774,7 +774,7 @@ the example must follow the prescribed serialization strategy for the parameter.
774
774
775
775
Field Name | Type | Description
776
776
---|:---:|---
777
- <a name="parameterContent"></a>content | [Content Object](#contentObject) | The content of the request body .
777
+ <a name="parameterContent"></a>content | [Content Object](#contentObject) | The content of the parameter .
778
778
779
779
In order to support common ways of serializing simple parameters, a set of `style` values are defined.
780
780
@@ -1027,7 +1027,8 @@ content:
1027
1027
1028
1028
# ### <a name="contentObject"></a>Content Object
1029
1029
1030
- Describes a set of supported content types. A content object can be used in [requestBody](#requestBody) and [response objects](#responseObject).
1030
+ Describes a set of supported content types. A content object can be used in [requestBody](#requestBody),
1031
+ [parameter objects](#parameterObject), [header objects](#headerObject), and [response objects](#responseObject).
1031
1032
1032
1033
Each key in the content object is the media-type of the [Content Type Object](#contentTypeObject).
1033
1034
You can’t perform that action at this time.
0 commit comments