Skip to content

Support file upload capabilities #175

@ColinEberhardt

Description

@ColinEberhardt

See the swagger docs: https://swagger.io/docs/specification/describing-request-body/file-upload/

And the petstore example:

        "requestBody": {
          "content": {
            "application/octet-stream": {
              "schema": { "type": "string", "format": "binary" }
            }
          }
        },

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions