Fixed missing path parameter reference and removed wrong endpoint tags

This commit is contained in:
Kresnadi Budisantoso 2024-06-03 14:35:06 +02:00
parent 9d5ac3fe60
commit 8865f6b9bf
2 changed files with 4 additions and 4 deletions

View File

@ -1095,7 +1095,6 @@ paths:
operationId: download
tags:
- 5. Downloads
- persistence-service
summary: Download the download package.
description: |
This endpoint facilitates to actually download the created download package. The request will
@ -1132,7 +1131,6 @@ paths:
operationId: getUsers
tags:
- 6. Users
- tenant-user-management
summary: Get a list of users
description: |
This endpoint facilitates to retrieve a list of known users.
@ -1166,6 +1164,8 @@ paths:
summary: Retrieve a specific user by its identifier.
description: |
This endpoint facilitates to retrieve a specific user.
parameters:
- $ref: '#/components/parameters/userId'
responses:
"200":
content:

View File

@ -861,7 +861,6 @@ paths:
operationId: download
tags:
- 5. Downloads
- persistence-service
summary: Download the download package.
description: |
This endpoint facilitates to actually download the created download package. The request will
@ -898,7 +897,6 @@ paths:
operationId: getUsers
tags:
- 6. Users
- tenant-user-management
summary: Get a list of users
description: |
This endpoint facilitates to retrieve a list of known users.
@ -932,6 +930,8 @@ paths:
summary: Retrieve a specific user by its identifier.
description: |
This endpoint facilitates to retrieve a specific user.
parameters:
- $ref: '#/components/parameters/userId'
responses:
"200":
content: