@@ -, +, @@ route --- api/v1/swagger/paths/items.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) --- a/api/v1/swagger/paths/items.json +++ a/api/v1/swagger/paths/items.json @@ -131,10 +131,8 @@ "get": { "x-mojo-to": "Items#pickup_locations", "operationId": "getItemPickupLocations", - "tags": [ - "items", - "pickup_locations" - ], + "summary": "Get valid pickup locations for an item", + "tags": ["items"], "parameters": [ { "$ref": "../parameters.json#/item_id_pp" --