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

And how it looks in Apigee doc

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

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.

Hi,

I would like to inquire if there have been any updates regarding the feature request with the internal reference b/168305453. Is there any estimated time of delivery for this feature now?

1 Like

Thank you for following up on this item - we don’t yet have a path forward for this feature request, and transparently, it’s unlikely we will soon. Longer term, we will be exploring ways to improve the current experience around documenting, exploring and trying APIs. For now, please continue to share feedback in the forum around your experiences to help us prioritize the roadmap.

1 Like