Fixed missing path parameter reference and removed wrong endpoint tags
This commit is contained in:
parent
9d5ac3fe60
commit
8865f6b9bf
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user