Try again with just query
This commit is contained in:
parent
68638d7760
commit
ad60f4b1f1
|
@ -3347,7 +3347,7 @@ class API_Storage_Ceph_Volume_Element_Upload(Resource):
|
||||||
tags:
|
tags:
|
||||||
- storage / ceph
|
- storage / ceph
|
||||||
parameters:
|
parameters:
|
||||||
- in: body
|
- in: query
|
||||||
content:
|
content:
|
||||||
application/octet-stream:
|
application/octet-stream:
|
||||||
schema:
|
schema:
|
||||||
|
|
|
@ -4704,7 +4704,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"in": "body"
|
"in": "query"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "The type of source image file",
|
"description": "The type of source image file",
|
||||||
|
|
Loading…
Reference in New Issue