[Java] Cleanup documentation (#15300)

* [Java] fix documentation of API authorization in README files

fix hierarchy level + add internal links + align wording across generators

* [Java] fix anchor links in documentation
This commit is contained in:
Tiffany Marrel
2023-05-10 08:14:44 +02:00
committed by GitHub
parent f9937e77d6
commit 8a6c708884
99 changed files with 527 additions and 347 deletions

View File

@@ -8,7 +8,7 @@ All URIs are relative to *http://localhost:8082*
| [**postPing**](PingApi.md#postPing) | **POST** /ping | |
<a name="getPing"></a>
<a id="getPing"></a>
# **getPing**
> SomeObj getPing(petId).name(name).status(status).execute();
@@ -75,7 +75,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | OK | - |
<a name="postPing"></a>
<a id="postPing"></a>
# **postPing**
> SomeObj postPing(someObj)