forked from loafle/openapi-generator-original
[kotlin] cleanup documentation (#15307)
* [kotlin] fix documentation of API authorization in README files fix hierarchy level + add internal links + align wording across generators * [kotlin] fix anchor links in documentation --------- Co-authored-by: Tiffany Marrel <tiffany.marrel@flowable.com>
This commit is contained in:
@@ -28,7 +28,7 @@ This runs all tests and packages the library.
|
||||
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
|
||||
|
||||
|
||||
<a name="documentation-for-api-endpoints"></a>
|
||||
<a id="documentation-for-api-endpoints"></a>
|
||||
## Documentation for API Endpoints
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
@@ -38,13 +38,14 @@ Class | Method | HTTP request | Description
|
||||
*DefaultApi* | [**testPost**](docs/DefaultApi.md#testpost) | **POST** /test |
|
||||
|
||||
|
||||
<a name="documentation-for-models"></a>
|
||||
<a id="documentation-for-models"></a>
|
||||
## Documentation for Models
|
||||
|
||||
- [org.openapitools.client.models.Apa](docs/Apa.md)
|
||||
|
||||
|
||||
<a name="documentation-for-authorization"></a>
|
||||
<a id="documentation-for-authorization"></a>
|
||||
## Documentation for Authorization
|
||||
|
||||
All endpoints do not require authorization.
|
||||
Endpoints do not require authorization.
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ Method | HTTP request | Description
|
||||
[**testPost**](DefaultApi.md#testPost) | **POST** /test |
|
||||
|
||||
|
||||
<a name="testPost"></a>
|
||||
<a id="testPost"></a>
|
||||
# **testPost**
|
||||
> testPost(apa)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user