[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:
Tiffany Marrel
2023-04-27 12:33:15 +02:00
committed by GitHub
parent e211e1451d
commit da96058f5b
174 changed files with 756 additions and 728 deletions

View File

@@ -37,7 +37,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.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<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*
@@ -47,13 +47,14 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**operation**](docs/DefaultApi.md#operation) | **GET** / |
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.ModelWithEnumPropertyHavingDefault](docs/ModelWithEnumPropertyHavingDefault.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.

View File

@@ -7,7 +7,7 @@ Method | HTTP request | Description
[**operation**](DefaultApi.md#operation) | **GET** / |
<a name="operation"></a>
<a id="operation"></a>
# **operation**
> ModelWithEnumPropertyHavingDefault operation()

View File

@@ -7,7 +7,7 @@ Name | Type | Description | Notes
**propertyName** | [**inline**](#PropertyName) | |
<a name="PropertyName"></a>
<a id="PropertyName"></a>
## Enum: propertyName
Name | Value
---- | -----