From 6bc8bc4e6777a18cb77a11aaf2947a0fb4c6e7f5 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 e3e0fe73f15..c3b4792de31 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.47.0