From 6e659f73e419ca32ee3609c4cbd46755de09a211 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 29 Oct 2024 11:34:14 +0100 Subject: [PATCH] Bug 30648: deleted_biblio_id can be null --- api/v1/swagger/definitions/hold.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/v1/swagger/definitions/hold.yaml b/api/v1/swagger/definitions/hold.yaml index 98d4309cca8..2ba3367e04f 100644 --- a/api/v1/swagger/definitions/hold.yaml +++ b/api/v1/swagger/definitions/hold.yaml @@ -17,7 +17,9 @@ properties: type: integer description: Internal biblio identifier deleted_biblio_id: - type: integer + type: + - integer + - "null" description: Internal deleted biblio identifier item_group_id: type: -- 2.34.1