From 22c8d6ecc3522938bf820636d64a9ce67c5d8cc8 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 Signed-off-by: Martin Renvoize --- 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.20.1