@@ -, +, @@ --- api/v1/swagger/paths/biblios.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) --- a/api/v1/swagger/paths/biblios.yaml +++ a/api/v1/swagger/paths/biblios.yaml @@ -108,6 +108,19 @@ - $ref: ../parameters.yaml#/q_param - $ref: ../parameters.yaml#/q_body - $ref: ../parameters.yaml#/q_header + - name: x-koha-embed + in: header + required: false + description: Embed list sent as a request header + type: array + items: + type: string + enum: + - issuer + - item + - patron + - library + collectionFormat: csv - name: checked_in in: query description: By default, current checkouts are returned, when this is true then --