File tree Expand file tree Collapse file tree 5 files changed +9
-13
lines changed Expand file tree Collapse file tree 5 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 63
63
<dependency >
64
64
<groupId >io.swagger.parser.v3</groupId >
65
65
<artifactId >swagger-parser-v3</artifactId >
66
- <version >2.0.17 </version >
66
+ <version >2.0.19 </version >
67
67
</dependency >
68
68
<dependency >
69
69
<groupId >com.j2html</groupId >
Original file line number Diff line number Diff line change 36
36
summary : Add a new pet to the store
37
37
description : ' '
38
38
operationId : addPet
39
- responses :
40
- ' 405 ' :
41
- description : Invalid input
42
39
requestBody :
43
40
$ref : ' #/components/requestBodies/Pet'
44
41
responses :
48
45
application/json :
49
46
schema :
50
47
$ref : ' #/components/schemas/MyResponseType'
48
+ ' 405 ' :
49
+ description : Invalid input
51
50
/pet/findByStatus :
52
51
get :
53
52
tags :
Original file line number Diff line number Diff line change 36
36
summary : Add a new pet to the store
37
37
description : ' '
38
38
operationId : addPet
39
- responses :
40
- ' 405 ' :
41
- description : Invalid input
42
39
requestBody :
43
40
$ref : ' #/components/requestBodies/Pet'
44
41
responses :
48
45
application/json :
49
46
schema :
50
47
$ref : ' #/components/schemas/MyResponseType'
48
+ ' 405 ' :
49
+ description : Invalid input
51
50
get :
52
51
tags :
53
52
- pet
Original file line number Diff line number Diff line change 36
36
summary : Add a new pet to the store
37
37
description : ' '
38
38
operationId : addPet
39
- responses :
40
- ' 405 ' :
41
- description : Invalid input
42
39
requestBody :
43
40
$ref : ' #/components/requestBodies/Pet'
44
41
responses :
48
45
application/json :
49
46
schema :
50
47
$ref : ' #/components/schemas/MyResponseType'
48
+ ' 405 ' :
49
+ description : Invalid input
51
50
/pet/findByStatus :
52
51
get :
53
52
tags :
Original file line number Diff line number Diff line change 36
36
summary : Add a new pet to the store
37
37
description : ' '
38
38
operationId : addPet
39
- responses :
40
- ' 405 ' :
41
- description : Invalid input
42
39
requestBody :
43
40
$ref : ' #/components/requestBodies/Pet'
44
41
responses :
48
45
application/json :
49
46
schema :
50
47
$ref : ' #/components/schemas/MyResponseType'
48
+ ' 405 ' :
49
+ description : Invalid input
51
50
get :
52
51
tags :
53
52
- pet
You can’t perform that action at this time.
0 commit comments