Skip to content

Commit c9bef74

Browse files
committed
Completed HTTP status codes
1 parent 770098d commit c9bef74

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "OpenAPI",
3-
"version": "0.1.3",
4-
"versionDate": "2019-08-30",
3+
"version": "0.1.4",
4+
"versionDate": "2019-10-07",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "3.3.0",

properties_pane/entity_level/entityLevelConfig.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ making sure that you maintain a proper JSON format.
167167
"203",
168168
"204",
169169
"205",
170+
"206",
171+
"207",
172+
"226",
170173
"3XX",
171174
"300",
172175
"301",
@@ -175,6 +178,7 @@ making sure that you maintain a proper JSON format.
175178
"304",
176179
"305",
177180
"307",
181+
"308",
178182
"4XX",
179183
"400",
180184
"401",
@@ -192,15 +196,31 @@ making sure that you maintain a proper JSON format.
192196
"413",
193197
"414",
194198
"415",
199+
"416",
195200
"417",
201+
"418",
202+
"421",
203+
"422",
204+
"423",
205+
"424",
206+
"425",
196207
"426",
208+
"428",
209+
"429",
210+
"431",
211+
"451",
197212
"5XX",
198213
"500",
199214
"501",
200215
"502",
201216
"503",
202217
"504",
203218
"505",
219+
"506",
220+
"507",
221+
"508",
222+
"510",
223+
"511",
204224
"default"
205225
],
206226
"dependency": {

0 commit comments

Comments
 (0)