File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 56
56
}
57
57
},
58
58
"produces" : [
59
- " application/json"
59
+ " application/json;charset=utf-8 "
60
60
],
61
61
"parameters" : [
62
62
{
71
71
},
72
72
"put" : {
73
73
"consumes" : [
74
- " application/json"
74
+ " application/json;charset=utf-8 "
75
75
],
76
76
"responses" : {
77
77
"404" : {
88
88
}
89
89
},
90
90
"produces" : [
91
- " application/json"
91
+ " application/json;charset=utf-8 "
92
92
],
93
93
"parameters" : [
94
94
{
113
113
"/todo" : {
114
114
"post" : {
115
115
"consumes" : [
116
- " application/json"
116
+ " application/json;charset=utf-8 "
117
117
],
118
118
"responses" : {
119
119
"400" : {
127
127
}
128
128
},
129
129
"produces" : [
130
- " application/json"
130
+ " application/json;charset=utf-8 "
131
131
],
132
132
"parameters" : [
133
133
{
153
153
}
154
154
},
155
155
"produces" : [
156
- " application/json"
156
+ " application/json;charset=utf-8 "
157
157
]
158
158
}
159
159
}
You can’t perform that action at this time.
0 commit comments