From 1622228613526efdf352a84be83f4b00268f7158 Mon Sep 17 00:00:00 2001 From: Kresnadi Budisantoso Date: Mon, 3 Jun 2024 14:35:06 +0200 Subject: [PATCH] Fixed missing path parameter reference and removed wrong endpoint tags --- .../src/main/resources/api/documine.yaml | 6 +++--- .../src/main/resources/api/redactmanager.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/persistence-service-v1/persistence-service-external-api-v2/src/main/resources/api/documine.yaml b/persistence-service-v1/persistence-service-external-api-v2/src/main/resources/api/documine.yaml index c75a780a3..5e086b1da 100644 --- a/persistence-service-v1/persistence-service-external-api-v2/src/main/resources/api/documine.yaml +++ b/persistence-service-v1/persistence-service-external-api-v2/src/main/resources/api/documine.yaml @@ -1338,7 +1338,6 @@ paths: operationId: download tags: - 5. Downloads - - persistence-service summary: Download the download package. description: | Use this endpoint to actually download the created download package. The request will @@ -1375,7 +1374,6 @@ paths: operationId: getUsers tags: - 6. Users - - tenant-user-management summary: Get a list of users description: | Use this endpoint to retrieve a list of known users. @@ -1408,7 +1406,9 @@ paths: - 6. Users summary: Retrieve a specific user by its identifier. description: | - Use this endpointUse this endpoint to retrieve a specific user. + Use this endpoint to retrieve a specific user. + parameters: + - $ref: '#/components/parameters/userId' responses: "200": content: diff --git a/persistence-service-v1/persistence-service-external-api-v2/src/main/resources/api/redactmanager.yaml b/persistence-service-v1/persistence-service-external-api-v2/src/main/resources/api/redactmanager.yaml index 95c6baf94..276a053d6 100644 --- a/persistence-service-v1/persistence-service-external-api-v2/src/main/resources/api/redactmanager.yaml +++ b/persistence-service-v1/persistence-service-external-api-v2/src/main/resources/api/redactmanager.yaml @@ -896,7 +896,6 @@ paths: operationId: download tags: - 5. Downloads - - persistence-service summary: Download the download package. description: | Use this endpoint to actually download the created download package. The request will @@ -933,7 +932,6 @@ paths: operationId: getUsers tags: - 6. Users - - tenant-user-management summary: Get a list of users description: | Use this endpoint to retrieve a list of known users. @@ -966,7 +964,9 @@ paths: - 6. Users summary: Retrieve a specific user by its identifier. description: | - Use this endpointUse this endpoint to retrieve a specific user. + Use this endpoint to retrieve a specific user. + parameters: + - $ref: '#/components/parameters/userId' responses: "200": content: