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:
@@ -266,9 +266,12 @@ Class | Method | HTTP request | Description
|
||||
- [Zebra](docs/Zebra.md)
|
||||
|
||||
|
||||
<a id="documentation-for-authorization"></a>
|
||||
## Documentation for Authorization
|
||||
|
||||
|
||||
Authentication schemes defined for the API:
|
||||
<a id="petstore_auth"></a>
|
||||
### petstore_auth
|
||||
|
||||
|
||||
@@ -279,6 +282,7 @@ Authentication schemes defined for the API:
|
||||
- write:pets: modify pets in your account
|
||||
- read:pets: read your pets
|
||||
|
||||
<a id="api_key"></a>
|
||||
### api_key
|
||||
|
||||
|
||||
@@ -286,6 +290,7 @@ Authentication schemes defined for the API:
|
||||
- **API key parameter name**: api_key
|
||||
- **Location**: HTTP header
|
||||
|
||||
<a id="api_key_query"></a>
|
||||
### api_key_query
|
||||
|
||||
|
||||
@@ -293,16 +298,19 @@ Authentication schemes defined for the API:
|
||||
- **API key parameter name**: api_key_query
|
||||
- **Location**: URL query string
|
||||
|
||||
<a id="http_basic_test"></a>
|
||||
### http_basic_test
|
||||
|
||||
|
||||
- **Type**: HTTP basic authentication
|
||||
|
||||
<a id="bearer_test"></a>
|
||||
### bearer_test
|
||||
|
||||
|
||||
- **Type**: HTTP basic authentication
|
||||
|
||||
<a id="http_signature_test"></a>
|
||||
### http_signature_test
|
||||
|
||||
|
||||
|
||||
@@ -1851,7 +1851,7 @@ CompletableFuture<ApiResponse<Void>>
|
||||
| **400** | Something wrong | - |
|
||||
|
||||
|
||||
<a name="APItestGroupParametersRequest"></a>
|
||||
<a id="APItestGroupParametersRequest"></a>
|
||||
## APItestGroupParametersRequest
|
||||
### Properties
|
||||
|
||||
|
||||
Reference in New Issue
Block a user