Fixed descriptions

This commit is contained in:
Pünkösd Marcell 2020-03-29 21:48:18 +02:00
parent e104a66b16
commit a675dcc03c
1 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ paths:
post: post:
tags: tags:
- "storage" - "storage"
summary: "uploads an object into the service" summary: "Uploads an object into the service"
description: "" description: ""
operationId: "uploadFile" operationId: "uploadFile"
consumes: consumes:
@ -52,7 +52,7 @@ paths:
get: get:
tags: tags:
- "storage" - "storage"
summary: "Find pet by ID" summary: "Download a wave file identified by Tag"
description: "Returns a single pet" description: "Returns a single pet"
operationId: "getPetById" operationId: "getPetById"
produces: produces:
@ -74,7 +74,7 @@ paths:
delete: delete:
tags: tags:
- "storage" - "storage"
summary: "Deletes a wave file" summary: "Deletes a wave file identified by Tag"
description: "" description: ""
operationId: "deleteWave" operationId: "deleteWave"
produces: produces: