From 1be871bd44cef782ac263ea3d5d880976d132a41 Mon Sep 17 00:00:00 2001 From: Ere Maijala Date: Wed, 19 Feb 2020 09:49:49 +0200 Subject: [PATCH] Bug 20447: Add holding_id to REST API item definition Allows items to be properly returned, including the holding_id field. Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens --- api/v1/swagger/definitions/item.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/v1/swagger/definitions/item.yaml b/api/v1/swagger/definitions/item.yaml index 8b00c96c88..5596d40f83 100644 --- a/api/v1/swagger/definitions/item.yaml +++ b/api/v1/swagger/definitions/item.yaml @@ -7,6 +7,11 @@ properties: biblio_id: type: integer description: Internal identifier for the parent bibliographic record + holding_id: + type: + - integer + - "null" + description: Internal identifier for the parent holdings record external_id: type: - string -- 2.30.2