From 3b307d2a7e723c9ec4f48432f7539f4917699b35 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 4 May 2022 11:17:22 +0000 Subject: [PATCH] Bug 22785: (follow-up) no additionalProperties --- api/v1/swagger/paths/import_record_matches.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v1/swagger/paths/import_record_matches.yaml b/api/v1/swagger/paths/import_record_matches.yaml index 67abad548c..fadd511675 100644 --- a/api/v1/swagger/paths/import_record_matches.yaml +++ b/api/v1/swagger/paths/import_record_matches.yaml @@ -26,6 +26,7 @@ candidate_match_id: description: Candidate match to choose type: integer + additionalProperties: false consumes: - application/json produces: -- 2.30.2