File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 796
796
"404" : {
797
797
"$ref" : " #/components/responses/notFound"
798
798
},
799
+ "409" : {
800
+ "$ref" : " #/components/responses/conflict"
801
+ },
799
802
"500" : {
800
803
"$ref" : " #/components/responses/internalServerError"
801
804
}
973
976
"404" : {
974
977
"$ref" : " #/components/responses/notFound"
975
978
},
979
+ "409" : {
980
+ "$ref" : " #/components/responses/conflict"
981
+ },
976
982
"500" : {
977
983
"$ref" : " #/components/responses/internalServerError"
978
984
}
1136
1142
"404" : {
1137
1143
"$ref" : " #/components/responses/notFound"
1138
1144
},
1145
+ "409" : {
1146
+ "$ref" : " #/components/responses/conflict"
1147
+ },
1139
1148
"500" : {
1140
1149
"$ref" : " #/components/responses/internalServerError"
1141
1150
}
1422
1431
"404" : {
1423
1432
"$ref" : " #/components/responses/notFound"
1424
1433
},
1434
+ "409" : {
1435
+ "$ref" : " #/components/responses/conflict"
1436
+ },
1425
1437
"500" : {
1426
1438
"$ref" : " #/components/responses/internalServerError"
1427
1439
}
1471
1483
"404" : {
1472
1484
"$ref" : " #/components/responses/notFound"
1473
1485
},
1486
+ "409" : {
1487
+ "$ref" : " #/components/responses/conflict"
1488
+ },
1474
1489
"500" : {
1475
1490
"$ref" : " #/components/responses/internalServerError"
1476
1491
}
1520
1535
"404" : {
1521
1536
"$ref" : " #/components/responses/notFound"
1522
1537
},
1538
+ "409" : {
1539
+ "$ref" : " #/components/responses/conflict"
1540
+ },
1523
1541
"500" : {
1524
1542
"$ref" : " #/components/responses/internalServerError"
1525
1543
}
1638
1656
"404" : {
1639
1657
"$ref" : " #/components/responses/notFound"
1640
1658
},
1659
+ "409" : {
1660
+ "$ref" : " #/components/responses/conflict"
1661
+ },
1641
1662
"500" : {
1642
1663
"$ref" : " #/components/responses/internalServerError"
1643
1664
}
1905
1926
"404" : {
1906
1927
"$ref" : " #/components/responses/notFound"
1907
1928
},
1929
+ "409" : {
1930
+ "$ref" : " #/components/responses/conflict"
1931
+ },
1908
1932
"500" : {
1909
1933
"$ref" : " #/components/responses/internalServerError"
1910
1934
}
You can’t perform that action at this time.
0 commit comments