mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 06:06:15 +01:00
API version 1.0.1 | fixed an error in /photos method
This commit is contained in:
parent
83763dd783
commit
29f8923ff2
1 changed files with 3 additions and 9 deletions
12
api/api.yaml
12
api/api.yaml
|
@ -1,9 +1,9 @@
|
|||
openapi: 3.0.3
|
||||
info:
|
||||
title: Simplified login API specification
|
||||
title: WASAPhoto API
|
||||
description: |-
|
||||
This OpenAPI document describes the simplified login API.
|
||||
Copy and paste the API from the `paths` key to your OpenAPI document.
|
||||
Keep in touch with your friends by sharing photos of special moments, thanks to WASAPhoto! You can
|
||||
upload your photos directly from your PC, and they will be visible to everyone following you.
|
||||
version: "1"
|
||||
paths:
|
||||
/session:
|
||||
|
@ -222,12 +222,6 @@ paths:
|
|||
operationId: uploadPhoto
|
||||
security:
|
||||
- BearerAuth: []
|
||||
parameters:
|
||||
- name: username
|
||||
in: path
|
||||
schema:
|
||||
$ref: "#/components/schemas/name"
|
||||
required: true
|
||||
requestBody:
|
||||
content:
|
||||
image/jpeg:
|
||||
|
|
Loading…
Reference in a new issue