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