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.1.1.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -1720,7 +1720,7 @@ With this example, consider an `id` of `f81d4fae-7dec-11d0-a765-00a0c91e6bf6` an
1720
1720
1721
1721
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:
4221
4221
4222
-
```urlencoded
4222
+
```uri
4223
4223
?a=x%2By&b=x%2Fy&c=x%5Ey&words=math,is,fun
4224
4224
```
4225
4225
@@ -4253,7 +4253,7 @@ So we need to restructure the data to fit a manually constructed URI Template th
4253
4253
4254
4254
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