Fixed descriptions
This commit is contained in:
parent
e104a66b16
commit
a675dcc03c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user