Lines 131-140
Link Here
|
131 |
"get": { |
131 |
"get": { |
132 |
"x-mojo-to": "Items#pickup_locations", |
132 |
"x-mojo-to": "Items#pickup_locations", |
133 |
"operationId": "getItemPickupLocations", |
133 |
"operationId": "getItemPickupLocations", |
134 |
"tags": [ |
134 |
"summary": "Get valid pickup locations for an item", |
135 |
"items", |
135 |
"tags": ["items"], |
136 |
"pickup_locations" |
|
|
137 |
], |
138 |
"parameters": [ |
136 |
"parameters": [ |
139 |
{ |
137 |
{ |
140 |
"$ref": "../parameters.json#/item_id_pp" |
138 |
"$ref": "../parameters.json#/item_id_pp" |
141 |
- |
|
|