Skip to content
Discussion options

You must be logged in to vote

hi @jpjpjp

We have just released Portman v1.32.0, where we introduce the overwrite of binary files.

OpenAPI Example:

openapi: 3.0.3
info:
  title: 501 - File Upload API
  version: 1.0.0
  description: |-
    A basic API spec to demonstrate file uploads.
servers:
  - url: http://localhost:3000
    description: Local test server
paths:
  /upload:
    post:
      summary: Upload a file
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              type: object
              properties:
                reqFile:
                  type: string
                  format: binary
              required:
                - reqFile
      res…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jpjpjp
Comment options

@thim81
Comment options

Answer selected by jpjpjp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants