Just describe the body in words

This commit is contained in:
2020-02-09 21:08:27 -05:00
parent ad60f4b1f1
commit b29c69378d
2 changed files with 3 additions and 18 deletions

View File

@ -3343,16 +3343,12 @@ class API_Storage_Ceph_Volume_Element_Upload(Resource):
def post(self, pool, volume, reqargs):
"""
Upload a disk image to Ceph volume {volume} in pool {pool}
The body must be a form body containing a file that is the binary contents of the image.
---
tags:
- storage / ceph
parameters:
- in: query
content:
application/octet-stream:
schema:
type: string
format: binary
- in: query
name: image_format
type: string