forked from loafle/openapi-generator-original
[apex] fix documentation of API authorization in README files (#15348)
align wording across generators
This commit is contained in:
parent
63913f2d0a
commit
e32da0efda
@ -156,9 +156,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}}Authentication schemes defined for the API:
|
{{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
|
||||||
{{#authMethods}}### {{name}}
|
{{#authMethods}}
|
||||||
|
### {{name}}
|
||||||
|
|
||||||
{{#isApiKey}}
|
{{#isApiKey}}
|
||||||
|
|
||||||
|
@ -88,9 +88,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}}Authentication schemes defined for the API:
|
{{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
|
||||||
{{#authMethods}}### {{name}}
|
{{#authMethods}}
|
||||||
|
### {{name}}
|
||||||
|
|
||||||
{{#isApiKey}}
|
{{#isApiKey}}
|
||||||
|
|
||||||
|
@ -99,6 +99,7 @@ Class | Method | HTTP request | Description
|
|||||||
|
|
||||||
## Documentation for Authorization
|
## Documentation for Authorization
|
||||||
|
|
||||||
|
|
||||||
Authentication schemes defined for the API:
|
Authentication schemes defined for the API:
|
||||||
### petstore_auth
|
### petstore_auth
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user