Mention file_size as bytes
This commit is contained in:
parent
ee494fb1c0
commit
3a1bf0724e
|
@ -5122,7 +5122,7 @@ class API_Storage_Ceph_Volume_Element_Upload(Resource):
|
||||||
name: file_size
|
name: file_size
|
||||||
type: integer
|
type: integer
|
||||||
required: false
|
required: false
|
||||||
description: The size of the image file, if {image_format} is not "raw"
|
description: The size of the image file, in bytes, if {image_format} is not "raw"
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: OK
|
description: OK
|
||||||
|
|
Loading…
Reference in New Issue