Bugzilla – Attachment 123787 Details for
Bug 28842
Missing summary for /items/:item_id/pickup_locations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28842: A summary to the /items/:item_id/pickup_locations route
Bug-28842-A-summary-to-the-itemsitemidpickuplocati.patch (text/plain), 1.10 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-08-11 12:09:07 UTC
(
hide
)
Description:
Bug 28842: A summary to the /items/:item_id/pickup_locations route
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-08-11 12:09:07 UTC
Size:
1.10 KB
patch
obsolete
>From ca5471abc77cc0cc323ae64bd46445a22722dc6c Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >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 <tomascohen@theke.io> >--- > 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.32.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28842
:
123787
|
123810
|
123824