Skip to content

Commit 853b3c2

Browse files
authored
Merge pull request #5220 from valerii15298/patch-16
simplify broken json in SetCookie example
2 parents 7707a82 + a796882 commit 853b3c2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/oas.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2847,11 +2847,10 @@ components:
28472847
explode: true
28482848
examples:
28492849
SetCookies:
2850-
dataValue: {
2851-
"lang": "en-US; Expires=Wed, 09 Jun 2021 10:18:14 GMT"
2852-
"foo": "bar; Expires=Wed, 09 Jun 2021 10:18:14 GMT"
2853-
"urlSafeData": "Hello%2C%20world%21"
2854-
}
2850+
dataValue:
2851+
lang: "en-US; Expires=Wed, 09 Jun 2021 10:18:14 GMT"
2852+
foo: "bar; Expires=Wed, 09 Jun 2021 10:18:14 GMT"
2853+
urlSafeData: "Hello%2C%20world%21"
28552854
serializedValue: |
28562855
lang=en-US; Expires=Wed, 09 Jun 2021 10:18:14 GMT
28572856
foo=bar; Expires=Wed, 09 Jun 2021 10:18:14 GMT

0 commit comments

Comments
 (0)