File tree Expand file tree Collapse file tree 1 file changed +176
-0
lines changed Expand file tree Collapse file tree 1 file changed +176
-0
lines changed Original file line number Diff line number Diff line change 208208 }
209209 }
210210 },
211+ "402" : {
212+ "description" : " " ,
213+ "content" : {
214+ "application/json" : {
215+ "schema" : {
216+ "type" : " object" ,
217+ "properties" : {
218+ "error" : {
219+ "type" : " object" ,
220+ "properties" : {
221+ "type" : {
222+ "type" : " string" ,
223+ "enum" : [
224+ " payment_required"
225+ ]
226+ },
227+ "message" : {
228+ "type" : " string"
229+ }
230+ },
231+ "required" : [
232+ " type" ,
233+ " message"
234+ ],
235+ "additionalProperties" : false
236+ }
237+ },
238+ "required" : [
239+ " error"
240+ ],
241+ "additionalProperties" : false
242+ }
243+ }
244+ }
245+ },
211246 "422" : {
212247 "description" : " " ,
213248 "content" : {
573608 }
574609 }
575610 },
611+ "402" : {
612+ "description" : " " ,
613+ "content" : {
614+ "application/json" : {
615+ "schema" : {
616+ "type" : " object" ,
617+ "properties" : {
618+ "error" : {
619+ "type" : " object" ,
620+ "properties" : {
621+ "type" : {
622+ "type" : " string" ,
623+ "enum" : [
624+ " payment_required"
625+ ]
626+ },
627+ "message" : {
628+ "type" : " string"
629+ }
630+ },
631+ "required" : [
632+ " type" ,
633+ " message"
634+ ],
635+ "additionalProperties" : false
636+ }
637+ },
638+ "required" : [
639+ " error"
640+ ],
641+ "additionalProperties" : false
642+ }
643+ }
644+ }
645+ },
576646 "404" : {
577647 "description" : " " ,
578648 "content" : {
10851155 }
10861156 }
10871157 }
1158+ },
1159+ "402" : {
1160+ "description" : " " ,
1161+ "content" : {
1162+ "application/json" : {
1163+ "schema" : {
1164+ "type" : " object" ,
1165+ "properties" : {
1166+ "error" : {
1167+ "type" : " object" ,
1168+ "properties" : {
1169+ "type" : {
1170+ "type" : " string" ,
1171+ "enum" : [
1172+ " payment_required"
1173+ ]
1174+ },
1175+ "message" : {
1176+ "type" : " string"
1177+ }
1178+ },
1179+ "required" : [
1180+ " type" ,
1181+ " message"
1182+ ],
1183+ "additionalProperties" : false
1184+ }
1185+ },
1186+ "required" : [
1187+ " error"
1188+ ],
1189+ "additionalProperties" : false
1190+ }
1191+ }
1192+ }
1193+ },
1194+ "404" : {
1195+ "description" : " " ,
1196+ "content" : {
1197+ "application/json" : {
1198+ "schema" : {
1199+ "type" : " object" ,
1200+ "properties" : {
1201+ "error" : {
1202+ "type" : " object" ,
1203+ "properties" : {
1204+ "type" : {
1205+ "type" : " string" ,
1206+ "enum" : [
1207+ " table_not_found" ,
1208+ " table_not_big_table"
1209+ ]
1210+ },
1211+ "message" : {
1212+ "type" : " string"
1213+ }
1214+ },
1215+ "required" : [
1216+ " type" ,
1217+ " message"
1218+ ],
1219+ "additionalProperties" : false
1220+ }
1221+ },
1222+ "required" : [
1223+ " error"
1224+ ],
1225+ "additionalProperties" : false
1226+ }
1227+ }
1228+ }
10881229 }
10891230 },
10901231 "parameters" : [
11911332 }
11921333 }
11931334 },
1335+ "402" : {
1336+ "description" : " " ,
1337+ "content" : {
1338+ "application/json" : {
1339+ "schema" : {
1340+ "type" : " object" ,
1341+ "properties" : {
1342+ "error" : {
1343+ "type" : " object" ,
1344+ "properties" : {
1345+ "type" : {
1346+ "type" : " string" ,
1347+ "enum" : [
1348+ " payment_required"
1349+ ]
1350+ },
1351+ "message" : {
1352+ "type" : " string"
1353+ }
1354+ },
1355+ "required" : [
1356+ " type" ,
1357+ " message"
1358+ ],
1359+ "additionalProperties" : false
1360+ }
1361+ },
1362+ "required" : [
1363+ " error"
1364+ ],
1365+ "additionalProperties" : false
1366+ }
1367+ }
1368+ }
1369+ },
11941370 "404" : {
11951371 "description" : " " ,
11961372 "content" : {
You can’t perform that action at this time.
0 commit comments