From fa3976388438bc7247cefa7b342a8b53a0c5d3d1 Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
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
---
 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 44010189ab6..5d340b47bd5 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.25.1