Skip to content

Commit 4391d02

Browse files
subhamXjhammarstedt
authored andcommitted
DocS: Update authentication.md (airbytehq#17931)
1 parent bef0d9e commit 4391d02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/connector-development/config-based/understanding-the-yaml-file/authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Example:
4646
authenticator:
4747
type: "ApiKeyAuthenticator"
4848
header: "Authorization"
49-
token: "Bearer hello"
49+
api_token: "Bearer hello"
5050
```
5151

5252
### BearerAuthenticator
@@ -74,7 +74,7 @@ Example:
7474
```yaml
7575
authenticator:
7676
type: "BearerAuthenticator"
77-
token: "hello"
77+
api_token: "hello"
7878
```
7979

8080
More information on bearer authentication can be found [here](https://swagger.io/docs/specification/authentication/bearer-authentication/).
@@ -189,4 +189,4 @@ authenticator:
189189
## More readings
190190

191191
- [Requester](./requester.md)
192-
- [Request options](./request-options.md)
192+
- [Request options](./request-options.md)

0 commit comments

Comments
 (0)