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:
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: