File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 34
34
summary : Retrieve API Root
35
35
description : The API Root contains the initial set of link relations.
36
36
responses :
37
- 200 :
37
+ " 200 " :
38
38
description : The root of the API
39
39
schema :
40
40
allOf :
56
56
- $ref : ' #/parameters/offset'
57
57
- $ref : ' #/parameters/limit'
58
58
responses :
59
- 200 :
59
+ " 200 " :
60
60
description : The list of Orders
61
61
schema :
62
62
$ref : ' #/definitions/supermodelIoAdidasExamplesOrderApiOrders'
74
74
schema :
75
75
$ref : ' #/definitions/supermodelIoAdidasExamplesOrderOrder'
76
76
responses :
77
- 201 :
77
+ " 201 " :
78
78
description : Newly created order
79
79
schema :
80
80
$ref : ' #/definitions/supermodelIoAdidasExamplesOrderApiOrder'
@@ -96,11 +96,11 @@ paths:
96
96
parameters :
97
97
- $ref : ' #/parameters/fields'
98
98
responses :
99
- 200 :
99
+ " 200 " :
100
100
description : A particular Order
101
101
schema :
102
102
$ref : ' #/definitions/supermodelIoAdidasExamplesOrderApiOrder'
103
- 404 :
103
+ " 404 " :
104
104
description : The request Order wasn't found
105
105
headers :
106
106
Content-Type :
@@ -128,7 +128,7 @@ paths:
128
128
schema :
129
129
$ref : ' #/definitions/supermodelIoAdidasExamplesOrderApiOrderPatch'
130
130
responses :
131
- 200 :
131
+ " 200 " :
132
132
description : The Order was updated
133
133
schema :
134
134
$ref : ' #/definitions/supermodelIoAdidasExamplesOrderApiOrder'
@@ -138,7 +138,7 @@ paths:
138
138
description : Deletes an order without returning its instance.
139
139
produces : []
140
140
responses :
141
- 204 :
141
+ " 204 " :
142
142
description : The Order was deleted
143
143
144
144
parameters :
You can’t perform that action at this time.
0 commit comments