[apex] fix documentation of API authorization in README files (#15348)

align wording across generators
This commit is contained in:
Tiffany Marrel 2023-05-09 08:16:58 +02:00 committed by GitHub
parent 63913f2d0a
commit e32da0efda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 6 deletions

View File

@ -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}}

View File

@ -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}}

View File

@ -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