@@ -, +, @@ --- api/v1/swagger/paths/erm_eholdings_resources.yaml | 12 ++++++++++++ api/v1/swagger/paths/erm_eholdings_titles.yaml | 10 ++++++++++ 2 files changed, 22 insertions(+) --- a/api/v1/swagger/paths/erm_eholdings_resources.yaml +++ a/api/v1/swagger/paths/erm_eholdings_resources.yaml @@ -95,6 +95,18 @@ required: true type: string - $ref: "../swagger.yaml#/parameters/eholdings_resource_id_pp" + - name: x-koha-embed + in: header + required: false + description: Embed list sent as a request header + type: array + items: + type: string + enum: + - title + - package + - vendor + collectionFormat: csv responses: 200: description: An eHolding resource --- a/api/v1/swagger/paths/erm_eholdings_titles.yaml +++ a/api/v1/swagger/paths/erm_eholdings_titles.yaml @@ -144,6 +144,16 @@ name: access_type required: false type: string + - name: x-koha-embed + in: header + required: false + description: Embed list sent as a request header + type: array + items: + type: string + enum: + - resources.package + collectionFormat: csv - $ref: "../swagger.yaml#/parameters/match" - $ref: "../swagger.yaml#/parameters/order_by" - $ref: "../swagger.yaml#/parameters/page" --