[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

@@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
> deleteOrder(orderId)
@@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
> kotlin.collections.MutableMap&lt;kotlin.String, kotlin.Int&gt; getInventory()
@@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
> Order getOrderById(orderId)
@@ -149,7 +149,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="placeOrder"></a>
<a id="placeOrder"></a>
# **placeOrder**
> Order placeOrder(body)