From 891e2929cfcc76971fc2e5f0fd1868d1fa17dc6a Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 11 Aug 2021 09:03:58 -0300 Subject: [PATCH] Bug 28842: A summary to the /items/:item_id/pickup_locations route This patch simply adds a summary to the route. This will be picked by the API docs. It also removes the 'pickup_locations' tag, as we did in bug 28461. Signed-off-by: Tomas Cohen Arazi Signed-off-by: David Nind --- api/v1/swagger/paths/items.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/api/v1/swagger/paths/items.json b/api/v1/swagger/paths/items.json index 0c9c7fbdef..7c18f625ee 100644 --- a/api/v1/swagger/paths/items.json +++ b/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" -- 2.20.1