File tree 10 files changed +32
-32
lines changed 10 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 10
10
produces :
11
11
- application/json
12
12
responses :
13
- 200 :
13
+ " 200 " :
14
14
description : |-
15
15
200 300 response
16
16
examples :
41
41
}
42
42
]
43
43
}
44
- 300 :
44
+ " 300 " :
45
45
description : |-
46
46
200 300 response
47
47
examples :
79
79
produces :
80
80
- application/json
81
81
responses :
82
- 200 :
82
+ " 200 " :
83
83
description : |-
84
84
200 203 response
85
85
examples :
@@ -122,7 +122,7 @@ paths:
122
122
]
123
123
}
124
124
}
125
- 203 :
125
+ " 203 " :
126
126
description : |-
127
127
200 203 response
128
128
examples :
Original file line number Diff line number Diff line change 44
44
type : integer
45
45
format : int32
46
46
responses :
47
- 200 :
47
+ " 200 " :
48
48
description : pet response
49
49
schema :
50
50
type : array
65
65
schema :
66
66
$ref : ' #/definitions/NewPet'
67
67
responses :
68
- 200 :
68
+ " 200 " :
69
69
description : pet response
70
70
schema :
71
71
$ref : ' #/definitions/Pet'
85
85
type : integer
86
86
format : int64
87
87
responses :
88
- 200 :
88
+ " 200 " :
89
89
description : pet response
90
90
schema :
91
91
$ref : ' #/definitions/Pet'
@@ -104,7 +104,7 @@ paths:
104
104
type : integer
105
105
format : int64
106
106
responses :
107
- 204 :
107
+ " 204 " :
108
108
description : pet deleted
109
109
default :
110
110
description : unexpected error
Original file line number Diff line number Diff line change 24
24
produces :
25
25
- " application/json"
26
26
responses :
27
- 200 :
27
+ " 200 " :
28
28
description : " A list of pets."
29
29
schema :
30
30
type : " array"
Original file line number Diff line number Diff line change 6
6
properties :
7
7
description :
8
8
type : integer
9
- format : int64
9
+ format : int64
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ limitsParam:
13
13
description : maximum number of results to return
14
14
required : false
15
15
type : integer
16
- format : int32
16
+ format : int32
Original file line number Diff line number Diff line change 32
32
- $ref : ' parameters.yaml#/tagsParam'
33
33
- $ref : ' parameters.yaml#/limitsParam'
34
34
responses :
35
- 200 :
35
+ " 200 " :
36
36
description : pet response
37
37
schema :
38
38
type : array
53
53
schema :
54
54
$ref : ' NewPet.yaml'
55
55
responses :
56
- 200 :
56
+ " 200 " :
57
57
description : pet response
58
58
schema :
59
59
$ref : ' Pet.yaml'
73
73
type : integer
74
74
format : int64
75
75
responses :
76
- 200 :
76
+ " 200 " :
77
77
description : pet response
78
78
schema :
79
79
$ref : ' Pet.yaml'
92
92
type : integer
93
93
format : int64
94
94
responses :
95
- 204 :
95
+ " 204 " :
96
96
description : pet deleted
97
97
default :
98
98
description : unexpected error
99
99
schema :
100
- $ref : ' ../common/Error.yaml'
100
+ $ref : ' ../common/Error.yaml'
Original file line number Diff line number Diff line change 45
45
type : " integer"
46
46
format : " int32"
47
47
responses :
48
- 200 :
48
+ " 200 " :
49
49
description : " pet response"
50
50
schema :
51
51
type : " array"
69
69
schema :
70
70
$ref : " #/definitions/NewPet"
71
71
responses :
72
- 200 :
72
+ " 200 " :
73
73
description : " pet response"
74
74
schema :
75
75
$ref : " #/definitions/Pet"
95
95
type : " integer"
96
96
format : " int64"
97
97
responses :
98
- 200 :
98
+ " 200 " :
99
99
description : " pet response"
100
100
schema :
101
101
$ref : " #/definitions/Pet"
115
115
type : " integer"
116
116
format : " int64"
117
117
responses :
118
- 204 :
118
+ " 204 " :
119
119
description : " pet deleted"
120
120
default :
121
121
description : " unexpected error"
Original file line number Diff line number Diff line change 54
54
type : " integer"
55
55
format : " int32"
56
56
responses :
57
- 200 :
57
+ " 200 " :
58
58
description : " pet response"
59
59
schema :
60
60
type : " array"
78
78
schema :
79
79
$ref : " #/definitions/NewPet"
80
80
responses :
81
- 200 :
81
+ " 200 " :
82
82
description : " pet response"
83
83
schema :
84
84
$ref : " #/definitions/Pet"
104
104
type : " integer"
105
105
format : " int64"
106
106
responses :
107
- 200 :
107
+ " 200 " :
108
108
description : " pet response"
109
109
schema :
110
110
$ref : " #/definitions/Pet"
124
124
type : " integer"
125
125
format : " int64"
126
126
responses :
127
- 204 :
127
+ " 204 " :
128
128
description : " pet deleted"
129
129
default :
130
130
description : " unexpected error"
Original file line number Diff line number Diff line change 27
27
type : integer
28
28
format : int32
29
29
responses :
30
- 200 :
30
+ " 200 " :
31
31
description : An paged array of pets
32
32
headers :
33
33
x-next :
45
45
tags :
46
46
- pets
47
47
responses :
48
- 201 :
48
+ " 201 " :
49
49
description : Null response
50
50
default :
51
51
description : unexpected error
64
64
description : The id of the pet to retrieve
65
65
type : string
66
66
responses :
67
- 200 :
67
+ " 200 " :
68
68
description : Expected response to a valid request
69
69
schema :
70
70
$ref : ' #/definitions/Pets'
Original file line number Diff line number Diff line change 42
42
tags :
43
43
- Products
44
44
responses :
45
- 200 :
45
+ " 200 " :
46
46
description : An array of products
47
47
schema :
48
48
type : array
84
84
tags :
85
85
- Estimates
86
86
responses :
87
- 200 :
87
+ " 200 " :
88
88
description : An array of price estimates by product
89
89
schema :
90
90
type : array
@@ -123,7 +123,7 @@ paths:
123
123
tags :
124
124
- Estimates
125
125
responses :
126
- 200 :
126
+ " 200 " :
127
127
description : An array of products
128
128
schema :
129
129
type : array
@@ -140,7 +140,7 @@ paths:
140
140
tags :
141
141
- User
142
142
responses :
143
- 200 :
143
+ " 200 " :
144
144
description : Profile information for a user
145
145
schema :
146
146
$ref : ' #/definitions/Profile'
@@ -166,7 +166,7 @@ paths:
166
166
tags :
167
167
- User
168
168
responses :
169
- 200 :
169
+ " 200 " :
170
170
description : History information for the given user
171
171
schema :
172
172
$ref : ' #/definitions/Activities'
You can’t perform that action at this time.
0 commit comments