Small fix to API docs
This commit is contained in:
parent
dc6f8f732e
commit
9c287012e7
|
@ -97,6 +97,8 @@ paths:
|
||||||
tags:
|
tags:
|
||||||
- User
|
- User
|
||||||
summary: A list of all sharings with other users.
|
summary: A list of all sharings with other users.
|
||||||
|
parameters:
|
||||||
|
- $ref: '#/components/parameters/UserId'
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: Returns the success state and a list with all sharings of the user.
|
description: Returns the success state and a list with all sharings of the user.
|
||||||
|
@ -125,6 +127,8 @@ paths:
|
||||||
tags:
|
tags:
|
||||||
- User
|
- User
|
||||||
summary: A list containing all fingerprints of the user
|
summary: A list containing all fingerprints of the user
|
||||||
|
parameters:
|
||||||
|
- $ref: '#/components/parameters/UserId'
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: Returns the success state and a list with all fingerprints of the user.
|
description: Returns the success state and a list with all fingerprints of the user.
|
||||||
|
|
Loading…
Reference in New Issue