-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
goapi-gen currently errors out with an "in": "formData" parameter:
"consumes": [
"multipart/form-data"
],
"parameters": [
{
"in": "formData",
"name": "content",
"type": "file",
"description": "The content of the file.",
"required": true
}
],yields the error
error: could not generate code: error creating operation definitions: error describing global parameters for POST//assets: error generating type for param (content): parameter 'content' has no schema or content
Metadata
Metadata
Assignees
Labels
No labels