File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2946,10 +2946,12 @@ Accept: application/json;
2946
2946
</t >
2947
2947
2948
2948
<t >
2949
- The Accept header also allows repeating the same media type with
2950
- different parameters, which requests that the instance conforms
2951
- to one parameter value or the other. Such an instance can conform
2952
- to all separately specified parameters but is not guaranteed to do so.
2949
+ Unlike Content-Type, Accept can contain multiple values to
2950
+ indicate that the client can accept several media types.
2951
+ In the above example, note that the two media types differ
2952
+ only by their schema parameter values. This requests an
2953
+ application/json representation that conforms to at least one
2954
+ of the identified schemas.
2953
2955
</t >
2954
2956
2955
2957
<t >
You can’t perform that action at this time.
0 commit comments