File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 "config" : {
8585 "allow-plugins" : {
8686 "composer/package-versions-deprecated" : true ,
87+ "ergebnis/composer-normalize" : true ,
8788 "symfony/flex" : true ,
88- "symfony/runtime" : true ,
89- "ergebnis/composer-normalize" : true
89+ "symfony/runtime" : true
9090 },
9191 "optimize-autoloader" : true ,
9292 "preferred-install" : {
Original file line number Diff line number Diff line change 11{
2- "openapi" : " 3.0 .0" ,
2+ "openapi" : " 3.1 .0" ,
33 "info" : {
44 "title" : " " ,
55 "description" : " " ,
2727 },
2828 "application/json" : {
2929 "schema" : {}
30- },
31- "text/html" : {
32- "schema" : {}
3330 }
3431 },
3532 "links" : {}
5653 "schema" : {
5754 "$ref" : " #/components/schemas/DetectionResult-write"
5855 }
59- },
60- "text/html" : {
61- "schema" : {
62- "$ref" : " #/components/schemas/DetectionResult-write"
63- }
6456 }
6557 },
6658 "required" : true
6759 },
6860 "deprecated" : false
69- },
70- "parameters" : []
61+ }
7162 }
7263 },
7364 "components" : {
124115 "apiKey" : []
125116 }
126117 ],
127- "tags" : []
118+ "tags" : [],
119+ "webhooks" : {}
128120}
Original file line number Diff line number Diff line change 1- openapi : 3.0 .0
1+ openapi : 3.1 .0
22info :
33 title : ' '
44 description : ' '
@@ -14,19 +14,17 @@ paths:
1414 tags :
1515 - DetectionResult
1616 responses :
17- 202 :
17+ ' 202 ' :
1818 description : ' DetectionResult resource created'
1919 content :
2020 application/ld+json :
2121 schema : { }
2222 application/json :
2323 schema : { }
24- text/html :
25- schema : { }
2624 links : { }
27- 400 :
25+ ' 400 ' :
2826 description : ' Invalid input'
29- 422 :
27+ ' 422 ' :
3028 description : ' Unprocessable entity'
3129 summary : ' Creates a DetectionResult resource.'
3230 description : ' Creates a DetectionResult resource.'
@@ -40,12 +38,8 @@ paths:
4038 application/json :
4139 schema :
4240 $ref : ' #/components/schemas/DetectionResult-write'
43- text/html :
44- schema :
45- $ref : ' #/components/schemas/DetectionResult-write'
4641 required : true
4742 deprecated : false
48- parameters : []
4943components :
5044 schemas :
5145 DetectionResult-write :
@@ -85,3 +79,4 @@ security:
8579 -
8680 apiKey : []
8781tags : []
82+ webhooks : { }
You can’t perform that action at this time.
0 commit comments