From 0d81e515a26cd9aaa7a5eb8f5a5c2752af96249d Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 21 Dec 2023 12:43:56 +0000 Subject: [PATCH] Bug 34324: Make biblio_id a nullable field --- api/v1/swagger/definitions/ticket.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/v1/swagger/definitions/ticket.yaml b/api/v1/swagger/definitions/ticket.yaml index 2d7980bff72..89a8ad7e674 100644 --- a/api/v1/swagger/definitions/ticket.yaml +++ b/api/v1/swagger/definitions/ticket.yaml @@ -24,7 +24,9 @@ properties: description: The object representing the biblio the ticket is related to readOnly: true biblio_id: - type: integer + type: + - integer + - "null" description: Internal identifier for the biblio the ticket is related to title: type: string -- 2.43.0