Skip to content

Missing Parameters with redoc 2.0.0rc19 #1142

Closed
@AnthonyPorthouse

Description

Query parameters are no longer appearing in rendered docs.

Repoduction case:

openapi: 3.0.0
info:
  title: example
  version: '1.0'
servers:
  - url: 'http://localhost:3000'
paths:
  /example:
    get:
      summary: list
      tags: []
      responses:
        '200':
          description: OK
      operationId: get-example
      parameters:
        - schema:
            type: string
          in: query
          name: Example Parameters
          required: true
          description: ''
components:
  schemas: {}

Generated Output:

Screenshot_2019-12-13 example

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