Skip to content

[BUG][MARKDOWN] Method descriptions are missing from README.md #6103

@zeljkot

Description

@zeljkot
Description

Method descriptions are missing from README.md

Example: warningsGet has description in YAML, but not in MD.

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*WarningsApi* | [**warningClearMultiple**](Apis/WarningsApi.md#warningclearmultiple) | **POST** /v1/warnings/cleared | 
*WarningsApi* | [**warningGet**](Apis/WarningsApi.md#warningget) | **GET** /v1/warnings/list/{id} | 
*WarningsApi* | [**warningUsers**](Apis/WarningsApi.md#warningusers) | **GET** /v1/warnings/users | 
*WarningsApi* | [**warningsGet**](Apis/WarningsApi.md#warningsget) | **GET** /v1/warnings/list | 
openapi-generator version

4.3.0

OpenAPI declaration file content or url

bug.zip

Command line used for generation
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>4.3.0</version>
<executions>
  <execution>
    <id>markdown</id>

mvn clean compile

Steps to reproduce

Add descriptions to methods.

Related issues/PRs
Suggest a fix

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions