mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 18:52:46 +00:00
[Ruby] fix documentation of API authorization in README files (#15353)
align wording across generators
This commit is contained in:
@@ -128,9 +128,10 @@ Class | Method | HTTP request | Description
|
|||||||
|
|
||||||
## Documentation for Authorization
|
## Documentation for Authorization
|
||||||
|
|
||||||
{{^authMethods}} All endpoints do not require authorization.
|
{{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
|
||||||
{{/authMethods}}{{#authMethods}}{{#last}} Authentication schemes defined for the API:{{/last}}{{/authMethods}}
|
{{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
|
||||||
{{#authMethods}}### {{name}}
|
{{#authMethods}}
|
||||||
|
### {{name}}
|
||||||
|
|
||||||
{{#isApiKey}}
|
{{#isApiKey}}
|
||||||
|
|
||||||
|
|||||||
@@ -173,6 +173,7 @@ Class | Method | HTTP request | Description
|
|||||||
## Documentation for Authorization
|
## Documentation for Authorization
|
||||||
|
|
||||||
|
|
||||||
|
Authentication schemes defined for the API:
|
||||||
### petstore_auth
|
### petstore_auth
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -173,6 +173,7 @@ Class | Method | HTTP request | Description
|
|||||||
## Documentation for Authorization
|
## Documentation for Authorization
|
||||||
|
|
||||||
|
|
||||||
|
Authentication schemes defined for the API:
|
||||||
### petstore_auth
|
### petstore_auth
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -173,6 +173,7 @@ Class | Method | HTTP request | Description
|
|||||||
## Documentation for Authorization
|
## Documentation for Authorization
|
||||||
|
|
||||||
|
|
||||||
|
Authentication schemes defined for the API:
|
||||||
### petstore_auth
|
### petstore_auth
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -100,6 +100,7 @@ Class | Method | HTTP request | Description
|
|||||||
## Documentation for Authorization
|
## Documentation for Authorization
|
||||||
|
|
||||||
|
|
||||||
|
Authentication schemes defined for the API:
|
||||||
### api_key
|
### api_key
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -84,5 +84,5 @@ Class | Method | HTTP request | Description
|
|||||||
|
|
||||||
## Documentation for Authorization
|
## Documentation for Authorization
|
||||||
|
|
||||||
All endpoints do not require authorization.
|
Endpoints do not require authorization.
|
||||||
|
|
||||||
|
|||||||
@@ -89,5 +89,5 @@ Class | Method | HTTP request | Description
|
|||||||
|
|
||||||
## Documentation for Authorization
|
## Documentation for Authorization
|
||||||
|
|
||||||
All endpoints do not require authorization.
|
Endpoints do not require authorization.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user