From a675dcc03c5a1bc5cae5d812338a908a2079ec18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=BCnk=C3=B6sd=20Marcell?= Date: Sun, 29 Mar 2020 21:48:18 +0200 Subject: [PATCH] Fixed descriptions --- storage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/storage.yml b/storage.yml index c98c465..f24db9d 100644 --- a/storage.yml +++ b/storage.yml @@ -21,7 +21,7 @@ paths: post: tags: - "storage" - summary: "uploads an object into the service" + summary: "Uploads an object into the service" description: "" operationId: "uploadFile" consumes: @@ -52,7 +52,7 @@ paths: get: tags: - "storage" - summary: "Find pet by ID" + summary: "Download a wave file identified by Tag" description: "Returns a single pet" operationId: "getPetById" produces: @@ -74,7 +74,7 @@ paths: delete: tags: - "storage" - summary: "Deletes a wave file" + summary: "Deletes a wave file identified by Tag" description: "" operationId: "deleteWave" produces: