mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 14:16: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:
|
/photos/{username}/{photoID}/likes:
|
||||||
post:
|
post:
|
||||||
tags: ["photos"]
|
tags: ["photos"]
|
||||||
summary: Like a photo #todo review
|
summary: Likes a photo #todo review
|
||||||
description: aaa #todo review
|
description: aaa #todo review
|
||||||
operationId: likePhoto
|
operationId: likePhoto
|
||||||
security:
|
security:
|
||||||
|
@ -232,7 +232,7 @@ paths:
|
||||||
/photos/{username}/{photoID}:
|
/photos/{username}/{photoID}:
|
||||||
get:
|
get:
|
||||||
tags: ["photos"]
|
tags: ["photos"]
|
||||||
summary: Download a photo
|
summary: Downloads a photo
|
||||||
description: Returns the requested photo
|
description: Returns the requested photo
|
||||||
operationId: getUserPhoto
|
operationId: getUserPhoto
|
||||||
parameters:
|
parameters:
|
||||||
|
|
Loading…
Reference in a new issue