OpenAPI spec with multipart/form-data

Hi

We created an API from openapi spec. This is very simple spec with one path. But Select file field doesn't exists on the Developer Portal.

 

openapi: 3.0.0
info:
  description: API Specification for the Apigee endpoints.
  version: 1.0.0
  title: API
paths:
  /check:
    post:
      summary: ''
      operationId: ''
      description: ''
      parameters:
        - in: query
          name: apikey
          description: API key to access
          schema:
            type: string
          required: true
      requestBody:
        content:
          multipart/form-data:
            schema:
              type: object
              properties:
                file:
                  type: string
                  format: binary
      responses:
        "200":
          description: Success
servers:
  - url: https://url

 

How it looks in Swagger Editor

Serhii_H_0-1673024638197.png

And how it looks in Apigee doc

Serhii_H_1-1673024846445.png

So why doesn't Apigee have a button to select a file or what I'm doing wrong?

 

0 3 3,203
3 REPLIES 3

Let me see if I can find someone to help respond to this one. …

Any ideas?

Sorry about the delay in responding. This is not possible today in the Try-it-Now experience. There's a feature request in the backlog, our internal reference is b/168305453 . I don't have an estimated time of delivery for that feature.