File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
operationId : listVersionsv2
9
9
summary : List API versions
10
10
responses :
11
- " 200 " :
11
+ ' 200 ' :
12
12
description : |-
13
13
200 response
14
14
content :
41
41
}
42
42
]
43
43
}
44
- " 300 " :
44
+ ' 300 ' :
45
45
description : |-
46
46
300 response
47
47
content :
80
80
operationId : getVersionDetailsv2
81
81
summary : Show API version details
82
82
responses :
83
- " 200 " :
83
+ ' 200 ' :
84
84
description : |-
85
85
200 response
86
86
content :
@@ -125,7 +125,7 @@ paths:
125
125
]
126
126
}
127
127
}
128
- " 203 " :
128
+ ' 203 ' :
129
129
description : |-
130
130
203 response
131
131
content :
Original file line number Diff line number Diff line change 32
32
tags :
33
33
- Products
34
34
responses :
35
- " 200 " :
35
+ ' 200 ' :
36
36
description : An array of products
37
37
content :
38
38
application/json :
80
80
tags :
81
81
- Estimates
82
82
responses :
83
- " 200 " :
83
+ ' 200 ' :
84
84
description : An array of price estimates by product
85
85
content :
86
86
application/json :
@@ -127,7 +127,7 @@ paths:
127
127
tags :
128
128
- Estimates
129
129
responses :
130
- " 200 " :
130
+ ' 200 ' :
131
131
description : An array of products
132
132
content :
133
133
application/json :
@@ -148,7 +148,7 @@ paths:
148
148
tags :
149
149
- User
150
150
responses :
151
- " 200 " :
151
+ ' 200 ' :
152
152
description : Profile information for a user
153
153
content :
154
154
application/json :
@@ -180,7 +180,7 @@ paths:
180
180
tags :
181
181
- User
182
182
responses :
183
- " 200 " :
183
+ ' 200 ' :
184
184
description : History information for the given user
185
185
content :
186
186
application/json :
You can’t perform that action at this time.
0 commit comments