-
Notifications
You must be signed in to change notification settings - Fork 948
Closed
Description
With the following annotation:
/*
* @Swagger\Annotations\Parameter(
* name="attachments",
* in="formData",
* description="@todo: Add missing description for parameter 'attachments'",
* required=false,
* type="array",
* @Swagger\Annotations\Items(type="string", format="binary")
* )
*/
I get this notice:
@Swagger\Annotations\Items()->type="file" not allowed inside a @Swagger\Annotations\Parameter() must be "string", "number", "integer", "boolean", "array"
How could I define a parameter which accepts a collection of files?
Thank you in advance.
Metadata
Metadata
Assignees
Labels
No labels