openapi-generator icon indicating copy to clipboard operation
openapi-generator copied to clipboard

[BUG] confluence Parameters miss Type and Enum cloumn

Open Liwenju opened this issue 3 years ago • 0 comments

Bug Report Checklist

  • [ ] Have you provided a full/minimal spec to reproduce the issue?
  • [ ] Have you validated the input using an OpenAPI validator (example)?
  • [ ] Have you tested with the latest master to confirm the issue still exists?
  • [ ] Have you searched for related issues/PRs?
  • [ ] What's the actual output vs expected output?
  • [ ] [Optional] Sponsorship to speed up the bug fix or feature request (example)
Description

gen client for cwiki, query param and header param miss Type and Enum cloumn, but Path param is correct

openapi-generator version

v6.1.0

OpenAPI declaration file content or url

demo openApiDoc is http://158.101.191.70:8083/v3/api-docs

Generation Details

image

image

wiki version is Atlassian Confluence 7.0.1

Steps to reproduce
Related issues/PRs
Suggest a fix

query param and header param show with Type and Enum cloumn and wrap the display When there are more than one

Liwenju avatar Sep 16 '22 03:09 Liwenju