Bugzilla – Attachment 149017 Details for
Bug 33146
Add public GET endpoint for listing items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33146: Allow embedding expanded coded values
Bug-33146-Allow-embedding-expanded-coded-values.patch (text/plain), 1.05 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-03-31 08:32:58 UTC
(
hide
)
Description:
Bug 33146: Allow embedding expanded coded values
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-03-31 08:32:58 UTC
Size:
1.05 KB
patch
obsolete
>From 8e4fd7e1bf7b6e50da69ffff9d462428f6a397b7 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 31 Mar 2023 10:32:06 +0200 >Subject: [PATCH] Bug 33146: Allow embedding expanded coded values > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > api/v1/swagger/paths/items.yaml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > >diff --git a/api/v1/swagger/paths/items.yaml b/api/v1/swagger/paths/items.yaml >index 1f1eec30f91..ac8c313a14c 100644 >--- a/api/v1/swagger/paths/items.yaml >+++ b/api/v1/swagger/paths/items.yaml >@@ -417,6 +417,16 @@ > - $ref: "../swagger.yaml#/parameters/q_body" > - $ref: "../swagger.yaml#/parameters/q_header" > - $ref: "../swagger.yaml#/parameters/request_id_header" >+ - name: x-koha-embed >+ in: header >+ required: false >+ description: Embed list sent as a request header >+ type: array >+ items: >+ type: string >+ enum: >+ - +strings >+ collectionFormat: csv > consumes: > - application/json > produces: >-- >2.40.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 33146
:
147781
|
147786
|
147787
|
147863
|
147864
|
149014
|
149015
|
149016
|
149017
|
149019
|
149024
|
149025