Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support file upload capabilities #175

Open
ColinEberhardt opened this issue Mar 4, 2023 · 0 comments
Open

Support file upload capabilities #175

ColinEberhardt opened this issue Mar 4, 2023 · 0 comments
Labels
enhancement New feature or request open-api-spec

Comments

@ColinEberhardt
Copy link
Collaborator

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" }
            }
          }
        },
@ColinEberhardt ColinEberhardt added enhancement New feature or request open-api-spec labels Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request open-api-spec
Projects
None yet
Development

No branches or pull requests

1 participant