From 1640ee6a95cb8f38fdbf0f173f45467e84c07fe2 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 28 Dec 2023 11:10:04 +0000 Subject: [PATCH] Bug 34784: (QA follow-up) Add additionalProperties to pass xt --- api/v1/swagger/paths/biblios.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/v1/swagger/paths/biblios.yaml b/api/v1/swagger/paths/biblios.yaml index 5412705a3de..1d163384004 100644 --- a/api/v1/swagger/paths/biblios.yaml +++ b/api/v1/swagger/paths/biblios.yaml @@ -559,6 +559,7 @@ callnumber: description: Call number added to updated items type: string + additionalProperties: false "400": description: Bad request schema: @@ -619,6 +620,7 @@ callnumber: description: Call number added to updated items type: string + additionalProperties: false "400": description: Bad request schema: @@ -970,6 +972,7 @@ callnumber: description: Item call number generated for bibliographic record type: string + additionaProperties: false "401": description: Authentication required schema: -- 2.43.0