From 18fce9f38c163bbb2243ca09ea97c6e4c1498c99 Mon Sep 17 00:00:00 2001 From: Kilian Schuettler Date: Mon, 27 May 2024 17:50:48 +0200 Subject: [PATCH] RED-8670: integrate table inference from research * introduce controllerAdvice to ControllerV2 package * remove unnecessary analysis requirement calculation for deleted files * silence javadoc lint warnings (e.g. no comment) --- .../src/main/resources/api/openapi.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/persistence-service-v1/persistence-service-external-api-v2/src/main/resources/api/openapi.yaml b/persistence-service-v1/persistence-service-external-api-v2/src/main/resources/api/openapi.yaml index 7255e7ade..9651612f7 100644 --- a/persistence-service-v1/persistence-service-external-api-v2/src/main/resources/api/openapi.yaml +++ b/persistence-service-v1/persistence-service-external-api-v2/src/main/resources/api/openapi.yaml @@ -299,14 +299,7 @@ paths: description: | Use this endpoint to retrieve a summary of all component mappings associated with a specific DossierTemplate. - The summary includes: - - Name - - Column Labels - - Number of lines - - Delimiter - - Encoding - of each component mapping. - + The summary consists of the stored metadata of a component mapping file. This endpoint is useful for clients to understand the available mappings under a particular DossierTemplate. parameters: - $ref: '#/components/parameters/dossierTemplateId'