You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versions/3.0.4.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1649,7 +1649,7 @@ With this example, consider an `id` of `f81d4fae-7dec-11d0-a765-00a0c91e6bf6` an
1649
1649
1650
1650
Assuming the most compact representation of the JSON value (with unnecessary whitespace removed), we would expect to see the following request body, where space characters have been replaced with `+` and `+`, `"`, `{`, and `}` have been percent-encoded to `%2B`, `%22`, `%7B`, and `%7D`, respectively:
when expanded with the data given earlier, we get:
4013
4013
4014
-
```urlencoded
4014
+
```uri
4015
4015
?a=x%2By&b=x%2Fy&c=x%5Ey&words=math,is,fun
4016
4016
```
4017
4017
@@ -4045,7 +4045,7 @@ So we need to restructure the data to fit a manually constructed URI Template th
4045
4045
4046
4046
Here is one such template, using a made-up convention of `words.0` for the first entry in the words value, `words.1` for the second, and `words.2` for the third:
0 commit comments