Skip to content

Commit

Permalink
Merge pull request #1405 from dlt-hub/AstrakhantsevaAA-patch-1
Browse files Browse the repository at this point in the history
Update rest_api.md
  • Loading branch information
AstrakhantsevaAA authored May 24, 2024
2 parents a8a6ff7 + f6f583c commit c698f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/website/docs/dlt-ecosystem/verified-sources/rest_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ Available authentication types:
| Authentication class | String Alias (`type`) | Description |
| ------------------- | ----------- | ----------- |
| [BearTokenAuth](../../general-usage/http/rest-client.md#bearer-token-authentication) | `bearer` | Bearer token authentication. |
| [HTTPBasicAuth](../../general-usage/http/rest-client.md#http-basic-authentication) | `api_key` | Basic HTTP authentication. |
| [APIKeyAuth](../../general-usage/http/rest-client.md#api-key-authentication) | `http_basic` | API key authentication with key defined in the query parameters or in the headers. |
| [HTTPBasicAuth](../../general-usage/http/rest-client.md#http-basic-authentication) | `http_basic` | Basic HTTP authentication. |
| [APIKeyAuth](../../general-usage/http/rest-client.md#api-key-authentication) | `api_key` | API key authentication with key defined in the query parameters or in the headers. |

To specify the authentication configuration, use the `auth` field in the [client](#client) configuration:

Expand Down

0 comments on commit c698f73

Please sign in to comment.