File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
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
}
Original file line number Diff line number Diff line change 1
1
name : servant-swagger
2
2
version : 1.1.5
3
- x-revision : 4
3
+ x-revision : 5
4
4
synopsis : Generate Swagger specification for your servant API.
5
5
description :
6
6
Swagger is a project used to describe and document RESTful APIs.
@@ -81,7 +81,7 @@ library
81
81
, lens >= 4.7.0.1 && < 4.18
82
82
, servant >= 0.13 && < 0.15
83
83
, singleton-bool >= 0.1.3 && < 0.2
84
- , swagger2 >= 2.1 && < 2.3
84
+ , swagger2 >= 2.1 && < 2.4
85
85
, text >= 1.2.0.6 && < 1.3
86
86
, unordered-containers >= 0.2.5.1 && < 0.3
87
87
You can’t perform that action at this time.
0 commit comments