forked from loafle/openapi-generator-original
[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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user