Skip to content

form-data as content type yet to be implemented #402

Open
@drahnr

Description

@drahnr
    post:
      tags:
      - "Voucher"
      summary: "Free shit"
      description: "No money needed!"
      operationId: "uploadVoucher"
      requestBody:
        description: "File to upload"
        content:
          form-data:
            schema:
              properties:
                file:
                  description: "The file to upload"
                  type: "string"
                  format: "binary"
              type: "object"
  Error: UnexpectedFormat("unexpected content type: form-data")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions