mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 06:06:15 +01:00
f
This commit is contained in:
parent
e63cace47a
commit
bc99263848
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ paths:
|
|||
/photos/{username}/{photoID}/likes:
|
||||
post:
|
||||
tags: ["photos"]
|
||||
summary: Like a photo #todo review
|
||||
summary: Likes a photo #todo review
|
||||
description: aaa #todo review
|
||||
operationId: likePhoto
|
||||
security:
|
||||
|
@ -232,7 +232,7 @@ paths:
|
|||
/photos/{username}/{photoID}:
|
||||
get:
|
||||
tags: ["photos"]
|
||||
summary: Download a photo
|
||||
summary: Downloads a photo
|
||||
description: Returns the requested photo
|
||||
operationId: getUserPhoto
|
||||
parameters:
|
||||
|
|
Loading…
Reference in a new issue