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'