Skip to content

Commit 7787b96

Browse files
author
Paŭlo Ebermann
committed
Mention that Content objects can also be in parameters or response headers.
1 parent 0f730d2 commit 7787b96

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

versions/3.0.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ the example must follow the prescribed serialization strategy for the parameter.
772772

773773
Field Name | Type | Description
774774
---|:---:|---
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.
776776

777777
In order to support common ways of serializing simple parameters, a set of `style` values are defined.
778778

@@ -1025,7 +1025,8 @@ content:
10251025

10261026
#### <a name="contentObject"></a>Content Object
10271027

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).
10291030

10301031
Each key in the content object is the media-type of the [Content Type Object](#contentTypeObject).
10311032

0 commit comments

Comments
 (0)