From 18319c165417cc0a5f99165794195c8b4196a766 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 9 Nov 2022 09:12:47 +0100 Subject: [PATCH] Bug 32030: Add missing additionalProperties to /erm/eholdings/local/titles/import This fixes xt/api.t Signed-off-by: Tomas Cohen Arazi --- api/v1/swagger/paths/erm_eholdings_titles.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v1/swagger/paths/erm_eholdings_titles.yaml b/api/v1/swagger/paths/erm_eholdings_titles.yaml index 44010189ab..5d340b47bd 100644 --- a/api/v1/swagger/paths/erm_eholdings_titles.yaml +++ b/api/v1/swagger/paths/erm_eholdings_titles.yaml @@ -411,6 +411,7 @@ type: string package_id: type: string + additionalProperties: false responses: 201: description: Successfully enqueued the import job -- 2.20.1