File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 63
63
}
64
64
},
65
65
"400" : {
66
- "description" : " Bad request. Exceeded quota"
66
+ "description" : " Bad request. Encountered when request exceeds quota or an invalid index name. "
67
67
},
68
68
"409" : {
69
69
"description" : " Index of given name already exists."
70
70
},
71
71
"500" : {
72
- "description" : " Invalid parameters/request "
72
+ "description" : " Internal error. Can be caused by invalid parameters. "
73
73
}
74
74
},
75
75
"tags" : [
118
118
"description" : " Index not found"
119
119
},
120
120
"500" : {
121
- "description" : " Invalid request/ parameters"
121
+ "description" : " Internal error. Can be caused by invalid parameters. "
122
122
}
123
123
},
124
124
"tags" : [
141
141
],
142
142
"responses" : {
143
143
"200" : {
144
- "description" : " The index has been successfully deleted" ,
144
+ "description" : " The index has been successfully deleted. " ,
145
145
"content" : {
146
146
"text/plain" : {
147
147
"schema" : {
151
151
}
152
152
},
153
153
"404" : {
154
- "description" : " Index not found"
154
+ "description" : " Index not found. "
155
155
},
156
156
"500" : {
157
- "description" : " Invalid request/params "
157
+ "description" : " Internal error. Can be caused by invalid parameters. "
158
158
}
159
159
},
160
160
"tags" : [
197
197
}
198
198
},
199
199
"404" : {
200
- "description" : " Index not found"
200
+ "description" : " Index not found. "
201
201
},
202
202
"400" : {
203
- "description" : " Bad request,not enough quota"
203
+ "description" : " Bad request,not enough quota. "
204
204
},
205
205
"500" : {
206
- "description" : " Invalid request/params "
206
+ "description" : " Internal error. Can be caused by invalid parameters. "
207
207
}
208
208
},
209
209
"tags" : [
Original file line number Diff line number Diff line change 326
326
}
327
327
},
328
328
"400" : {
329
- "description" : " Bad request. Exceeded quota"
329
+ "description" : " Bad request. Encountered when request exceeds quota or an invalid index name. "
330
330
},
331
331
"409" : {
332
332
"description" : " Index of given name already exists."
333
333
},
334
334
"500" : {
335
- "description" : " Invalid parameters/request "
335
+ "description" : " Internal error. Can be caused by invalid parameters. "
336
336
}
337
337
},
338
338
"tags" : [
381
381
"description" : " Index not found"
382
382
},
383
383
"500" : {
384
- "description" : " Invalid request/ parameters"
384
+ "description" : " Internal error. Can be caused by invalid parameters. "
385
385
}
386
386
},
387
387
"tags" : [
404
404
],
405
405
"responses" : {
406
406
"200" : {
407
- "description" : " The index has been successfully deleted" ,
407
+ "description" : " The index has been successfully deleted. " ,
408
408
"content" : {
409
409
"text/plain" : {
410
410
"schema" : {
414
414
}
415
415
},
416
416
"404" : {
417
- "description" : " Index not found"
417
+ "description" : " Index not found. "
418
418
},
419
419
"500" : {
420
- "description" : " Invalid request/params "
420
+ "description" : " Internal error. Can be caused by invalid parameters. "
421
421
}
422
422
},
423
423
"tags" : [
460
460
}
461
461
},
462
462
"400" : {
463
- "description" : " Bad request,not enough quota"
463
+ "description" : " Bad request,not enough quota. "
464
464
},
465
465
"404" : {
466
- "description" : " Index not found"
466
+ "description" : " Index not found. "
467
467
},
468
468
"500" : {
469
- "description" : " Invalid request/params "
469
+ "description" : " Internal error. Can be caused by invalid parameters. "
470
470
}
471
471
},
472
472
"tags" : [
You can’t perform that action at this time.
0 commit comments