mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 06:30:52 +00:00
[Ruby] fix documentation of API authorization in README files (#15353)
align wording across generators
This commit is contained in:
parent
e32da0efda
commit
2b19d5f94d
@ -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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user