Closed
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:
Metadata
Assignees
Labels
No labels