[R] fix documentation of API authorization in README files (#15354)

align wording across generators
This commit is contained in:
Tiffany Marrel
2023-05-09 08:07:50 +02:00
committed by GitHub
parent fb059c259c
commit ba8ca1e7ac
4 changed files with 7 additions and 3 deletions

View File

@@ -90,9 +90,10 @@ Class | Method | HTTP request | Description
## Documentation for Authorization
{{^authMethods}} All endpoints do not require authorization.
{{/authMethods}}{{#authMethods}}{{#last}} Authentication schemes defined for the API:{{/last}}{{/authMethods}}
{{#authMethods}}### {{name}}
{{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
{{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
{{#authMethods}}
### {{name}}
{{#isApiKey}}
- **Type**: API key

View File

@@ -134,6 +134,7 @@ Class | Method | HTTP request | Description
## Documentation for Authorization
Authentication schemes defined for the API:
### http_auth
- **Type**: HTTP basic authentication

View File

@@ -134,6 +134,7 @@ Class | Method | HTTP request | Description
## Documentation for Authorization
Authentication schemes defined for the API:
### http_auth
- **Type**: HTTP basic authentication

View File

@@ -134,6 +134,7 @@ Class | Method | HTTP request | Description
## Documentation for Authorization
Authentication schemes defined for the API:
### http_auth
- **Type**: HTTP basic authentication