Bugzilla – Attachment 169285 Details for
Bug 36481
Add GET /libraries/:library_id/cash_registers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36481: (follow-up) Add missing library_id parameter
Bug-36481-follow-up-Add-missing-libraryid-paramete.patch (text/plain), 1.03 KB, created by
Martin Renvoize (ashimema)
on 2024-07-22 13:50:52 UTC
(
hide
)
Description:
Bug 36481: (follow-up) Add missing library_id parameter
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-07-22 13:50:52 UTC
Size:
1.03 KB
patch
obsolete
>From 466d38f18d43e968f3b69562c1ee018177953681 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 22 Jul 2024 14:49:31 +0100 >Subject: [PATCH] Bug 36481: (follow-up) Add missing library_id parameter > >The /libraries/{library_id}/cash_registers 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 | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/api/v1/swagger/paths/libraries.yaml b/api/v1/swagger/paths/libraries.yaml >index 2d6d938bf0f..2a2685a43d3 100644 >--- a/api/v1/swagger/paths/libraries.yaml >+++ b/api/v1/swagger/paths/libraries.yaml >@@ -360,6 +360,7 @@ > - cash_registers > summary: List the library's cash registers > parameters: >+ - $ref: "../swagger.yaml#/parameters/library_id_pp" > - $ref: "../swagger.yaml#/parameters/match" > - $ref: "../swagger.yaml#/parameters/order_by" > - $ref: "../swagger.yaml#/parameters/page" >-- >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 36481
:
164228
|
164237
|
164415
|
165965
| 169285