[Rest Api] Fix find duplicates endpoint (#12044)

- fix endpoint
- migrate to new rest api v2 service
- add integration test
This commit is contained in:
martmull
2025-05-14 22:03:59 +02:00
committed by GitHub
parent fdc7d6c93c
commit 81cc5da982
19 changed files with 722 additions and 311 deletions

View File

@ -302,7 +302,7 @@ export const getFindDuplicatesResponse200 = (
},
},
},
companyDuplicates: {
[`${item.nameSingular}Duplicates`]: {
type: 'array',
items: {
$ref: schemaRef,