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