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 55922a85e8
commit 1622228613
2 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -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: