From 29f8923ff2ff5015c901a4e214d8af80fa9b0e8e Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Tue, 8 Nov 2022 15:00:53 +0100 Subject: [PATCH] API version 1.0.1 | fixed an error in /photos method --- api/api.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/api/api.yaml b/api/api.yaml index de392ec..23156d3 100644 --- a/api/api.yaml +++ b/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: