Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Issues
  • #4467
Closed
Open
Issue created Nov 12, 2019 by Administrator@rootContributor5 of 6 checklist items completed5/6 checklist items

[BUG] [AsciiDoc] Not all request body parameters are in the generated documentation

Created by: mgwoj

Bug Report Checklist

  • Have you provided a full/minimal spec to reproduce the issue?
  • Have you validated the input using an OpenAPI validator (example)?
  • What's the version of OpenAPI Generator used?
  • Have you search for related issues/PRs?
  • What's the actual output vs expected output?
  • [Optional] Bounty to sponsor the fix ([example]
Description

Documentation generated in AsciiDoc format has no section describing security information.

openapi-generator version

2.4.1-SNAPSHOT

OpenAPI declaration file content or url

https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml

Command line used for generation

generated via gradle plugin

Steps to reproduce

See the https://github.com/OpenAPITools/openapi-generator/blob/master/samples/documentation/asciidoc/index.adoc -- it does not contain section

===== Body Parameter

for operations updatePetWithForm and uploadFile in the generated index.adoc. First one is using content application/x-www-form-urlencoded and the second multipart/form-data

Related issues/PRs

There are some issues related to multipart request, but seems not be directly related to this one (at least not for AsciiDoc format)

Suggest a fix

Not known at this moment.

/CC: @man-at-home

Assignee
Assign to
Time tracking