Allow arbitrary number of file uploads (#554)
Parameter definition for file upload on swagger.yaml was removed since go-swagger doesn't support multiple upload of files. Implementation was done instead on user_objects.go file. Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com>
This commit is contained in:
@@ -356,17 +356,12 @@ paths:
|
||||
consumes:
|
||||
- multipart/form-data
|
||||
parameters:
|
||||
- in: formData
|
||||
name: upfile
|
||||
type: file
|
||||
required: true
|
||||
- name: bucket_name
|
||||
in: path
|
||||
required: true
|
||||
type: string
|
||||
- name: prefix
|
||||
in: query
|
||||
required: true
|
||||
type: string
|
||||
responses:
|
||||
200:
|
||||
|
||||
Reference in New Issue
Block a user