Lines 3-9
Link Here
|
3 |
"get": { |
3 |
"get": { |
4 |
"x-mojo-to": "Acquisitions::Vendors#list", |
4 |
"x-mojo-to": "Acquisitions::Vendors#list", |
5 |
"operationId": "listVendors", |
5 |
"operationId": "listVendors", |
6 |
"tags": ["acquisitions","vendors"], |
6 |
"tags": ["vendors"], |
7 |
"produces": [ |
7 |
"produces": [ |
8 |
"application/json" |
8 |
"application/json" |
9 |
], |
9 |
], |
Lines 78-84
Link Here
|
78 |
"post": { |
78 |
"post": { |
79 |
"x-mojo-to": "Acquisitions::Vendors#add", |
79 |
"x-mojo-to": "Acquisitions::Vendors#add", |
80 |
"operationId": "addVendor", |
80 |
"operationId": "addVendor", |
81 |
"tags": ["acquisitions","vendors"], |
81 |
"tags": ["vendors"], |
82 |
"parameters": [{ |
82 |
"parameters": [{ |
83 |
"name": "body", |
83 |
"name": "body", |
84 |
"in": "body", |
84 |
"in": "body", |
Lines 140-146
Link Here
|
140 |
"get": { |
140 |
"get": { |
141 |
"x-mojo-to": "Acquisitions::Vendors#get", |
141 |
"x-mojo-to": "Acquisitions::Vendors#get", |
142 |
"operationId": "getVendor", |
142 |
"operationId": "getVendor", |
143 |
"tags": ["acquisitions","vendors"], |
143 |
"tags": ["vendors"], |
144 |
"parameters": [{ |
144 |
"parameters": [{ |
145 |
"$ref": "../parameters.json#/vendoridPathParam" |
145 |
"$ref": "../parameters.json#/vendoridPathParam" |
146 |
}], |
146 |
}], |
Lines 194-200
Link Here
|
194 |
"put": { |
194 |
"put": { |
195 |
"x-mojo-to": "Acquisitions::Vendors#update", |
195 |
"x-mojo-to": "Acquisitions::Vendors#update", |
196 |
"operationId": "updateVendor", |
196 |
"operationId": "updateVendor", |
197 |
"tags": ["acquisitions","vendors"], |
197 |
"tags": ["vendors"], |
198 |
"parameters": [{ |
198 |
"parameters": [{ |
199 |
"$ref": "../parameters.json#/vendoridPathParam" |
199 |
"$ref": "../parameters.json#/vendoridPathParam" |
200 |
}, { |
200 |
}, { |
Lines 256-262
Link Here
|
256 |
"delete": { |
256 |
"delete": { |
257 |
"x-mojo-to": "Acquisitions::Vendors#delete", |
257 |
"x-mojo-to": "Acquisitions::Vendors#delete", |
258 |
"operationId": "deleteVendor", |
258 |
"operationId": "deleteVendor", |
259 |
"tags": ["acquisitions","vendors"], |
259 |
"tags": ["vendors"], |
260 |
"parameters": [{ |
260 |
"parameters": [{ |
261 |
"$ref": "../parameters.json#/vendoridPathParam" |
261 |
"$ref": "../parameters.json#/vendoridPathParam" |
262 |
}], |
262 |
}], |