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: