Fixed missing path parameter reference and removed wrong endpoint tags
This commit is contained in:
parent
55922a85e8
commit
1622228613
@ -1338,7 +1338,6 @@ paths:
|
|||||||
operationId: download
|
operationId: download
|
||||||
tags:
|
tags:
|
||||||
- 5. Downloads
|
- 5. Downloads
|
||||||
- persistence-service
|
|
||||||
summary: Download the download package.
|
summary: Download the download package.
|
||||||
description: |
|
description: |
|
||||||
Use this endpoint to actually download the created download package. The request will
|
Use this endpoint to actually download the created download package. The request will
|
||||||
@ -1375,7 +1374,6 @@ paths:
|
|||||||
operationId: getUsers
|
operationId: getUsers
|
||||||
tags:
|
tags:
|
||||||
- 6. Users
|
- 6. Users
|
||||||
- tenant-user-management
|
|
||||||
summary: Get a list of users
|
summary: Get a list of users
|
||||||
description: |
|
description: |
|
||||||
Use this endpoint to retrieve a list of known users.
|
Use this endpoint to retrieve a list of known users.
|
||||||
@ -1408,7 +1406,9 @@ paths:
|
|||||||
- 6. Users
|
- 6. Users
|
||||||
summary: Retrieve a specific user by its identifier.
|
summary: Retrieve a specific user by its identifier.
|
||||||
description: |
|
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:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
content:
|
content:
|
||||||
|
|||||||
@ -896,7 +896,6 @@ paths:
|
|||||||
operationId: download
|
operationId: download
|
||||||
tags:
|
tags:
|
||||||
- 5. Downloads
|
- 5. Downloads
|
||||||
- persistence-service
|
|
||||||
summary: Download the download package.
|
summary: Download the download package.
|
||||||
description: |
|
description: |
|
||||||
Use this endpoint to actually download the created download package. The request will
|
Use this endpoint to actually download the created download package. The request will
|
||||||
@ -933,7 +932,6 @@ paths:
|
|||||||
operationId: getUsers
|
operationId: getUsers
|
||||||
tags:
|
tags:
|
||||||
- 6. Users
|
- 6. Users
|
||||||
- tenant-user-management
|
|
||||||
summary: Get a list of users
|
summary: Get a list of users
|
||||||
description: |
|
description: |
|
||||||
Use this endpoint to retrieve a list of known users.
|
Use this endpoint to retrieve a list of known users.
|
||||||
@ -966,7 +964,9 @@ paths:
|
|||||||
- 6. Users
|
- 6. Users
|
||||||
summary: Retrieve a specific user by its identifier.
|
summary: Retrieve a specific user by its identifier.
|
||||||
description: |
|
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:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
content:
|
content:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user