Skip to content

Commit 2f1e906

Browse files
authored
Merge pull request #2388 from MikeRalphson/styleValuesLink
fix link to style values in serialization table
2 parents 180edfc + 2eeb16d commit 2f1e906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.1.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ Field Name | Type | Description
10351035
---|:---:|---
10361036
<a name="parameterContent"></a>content | Map[`string`, [Media Type Object](#mediaTypeObject)] | A map containing the representations for the parameter. The key is the media type and the value describes it. The map MUST only contain one entry.
10371037

1038-
##### Style Values
1038+
##### <a name="styleValues"></a>Style Values
10391039

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

@@ -1061,7 +1061,7 @@ Assume a parameter named `color` has one of the following values:
10611061
```
10621062
The following table shows examples of rendering differences for each value.
10631063

1064-
[`style`](#dataTypeFormat) | `explode` | `empty` | `string` | `array` | `object`
1064+
[`style`](#styleValues) | `explode` | `empty` | `string` | `array` | `object`
10651065
----------- | ------ | -------- | -------- | -------- | -------
10661066
matrix | false | ;color | ;color=blue | ;color=blue,black,brown | ;color=R,100,G,200,B,150
10671067
matrix | true | ;color | ;color=blue | ;color=blue;color=black;color=brown | ;R=100;G=200;B=150

0 commit comments

Comments
 (0)