Skip to content

Commit abfae5c

Browse files
committed
Update example swagger.json
1 parent a0d5a53 commit abfae5c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

example/swagger.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757
},
5858
"produces": [
59-
"application/json"
59+
"application/json;charset=utf-8"
6060
],
6161
"parameters": [
6262
{
@@ -71,7 +71,7 @@
7171
},
7272
"put": {
7373
"consumes": [
74-
"application/json"
74+
"application/json;charset=utf-8"
7575
],
7676
"responses": {
7777
"404": {
@@ -88,7 +88,7 @@
8888
}
8989
},
9090
"produces": [
91-
"application/json"
91+
"application/json;charset=utf-8"
9292
],
9393
"parameters": [
9494
{
@@ -113,7 +113,7 @@
113113
"/todo": {
114114
"post": {
115115
"consumes": [
116-
"application/json"
116+
"application/json;charset=utf-8"
117117
],
118118
"responses": {
119119
"400": {
@@ -127,7 +127,7 @@
127127
}
128128
},
129129
"produces": [
130-
"application/json"
130+
"application/json;charset=utf-8"
131131
],
132132
"parameters": [
133133
{
@@ -153,7 +153,7 @@
153153
}
154154
},
155155
"produces": [
156-
"application/json"
156+
"application/json;charset=utf-8"
157157
]
158158
}
159159
}

0 commit comments

Comments
 (0)