[BUG][MARKDOWN] Method descriptions are missing from README.md
Created by: 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
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.