Skip to content

Support binary data in request body #40

@dkrutskikh

Description

@dkrutskikh

for example

/images:
    post:
      summary: Add an image
      description: Add an image required for application
      operationId: add-image
      tags:
        - images
      security:
        - bearerAuth: [ ]
      parameters:
        - $ref: '#/components/parameters/userId'
      requestBody:
        description: Image data
        required: true
        content:
          image/png:
            schema:
              type: string
              format: binary
          application/octet-stream:
            schema:
              type: string
              format: binary

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions