Bugzilla – Attachment 169286 Details for
Bug 36480
Add GET /libraries/:library_id/desks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36480: (follow-up) Add missing library_id parameter
Bug-36480-follow-up-Add-missing-libraryid-paramete.patch (text/plain), 1.27 KB, created by
Martin Renvoize (ashimema)
on 2024-07-22 13:53:08 UTC
(
hide
)
Description:
Bug 36480: (follow-up) Add missing library_id parameter
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-07-22 13:53:08 UTC
Size:
1.27 KB
patch
obsolete
>From 6aadc4a42308815803ac77c124ac4e778141e349 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 22 Jul 2024 14:52:29 +0100 >Subject: [PATCH] Bug 36480: (follow-up) Add missing library_id parameter > >The /libraries/{library_id}/desks endpoint was missing the >library_id parameter definition from the swagger specification. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > api/v1/swagger/paths/libraries.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/api/v1/swagger/paths/libraries.yaml b/api/v1/swagger/paths/libraries.yaml >index 2a2685a43d3..f7cda2d2e18 100644 >--- a/api/v1/swagger/paths/libraries.yaml >+++ b/api/v1/swagger/paths/libraries.yaml >@@ -318,6 +318,7 @@ > - desks > summary: List the library's desks > parameters: >+ - $ref: "../swagger.yaml#/parameters/library_id_pp" > - $ref: "../swagger.yaml#/parameters/match" > - $ref: "../swagger.yaml#/parameters/order_by" > - $ref: "../swagger.yaml#/parameters/page" >@@ -372,7 +373,7 @@ > - application/json > responses: > 200: >- description: A list of desks for the library >+ description: A list of cash registers for the library > schema: > type: array > items: >-- >2.45.2
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 36480
:
164226
|
164227
|
164233
|
164234
|
164413
|
164414
| 169286