mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-06 20:59:36 +02:00
first db support
This commit is contained in:
parent
441e28c5ac
commit
492c712835
7 changed files with 171 additions and 19 deletions
10
doc/api.yaml
10
doc/api.yaml
|
@ -256,15 +256,9 @@ paths:
|
|||
username:
|
||||
$ref: "#/components/schemas/name"
|
||||
followers:
|
||||
type: array
|
||||
description: Array of users that the user is following.
|
||||
items:
|
||||
$ref: "#/components/schemas/uid_name"
|
||||
$ref: "#/components/schemas/followers_n"
|
||||
following:
|
||||
type: array
|
||||
description: Array of users that are following the user.
|
||||
items:
|
||||
$ref: "#/components/schemas/uid_name"
|
||||
$ref: "#/components/schemas/following_n"
|
||||
photos:
|
||||
$ref: "#/components/schemas/user_photo_stream"
|
||||
'404':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue