Skip to content

Support multipart/form-data #1

@jeremy-carbonne

Description

@jeremy-carbonne

Hi,

The generated uploadFile function define a content type x-www-form-urlencoded:
headerParameters['Content-Type'] = 'application/x-www-form-urlencoded';

But in the swagger.json has:

"consumes": [
    "multipart/form-data"
],

(The request POST a correct formData)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions