File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/connector-development/config-based/understanding-the-yaml-file Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Example:
46
46
authenticator:
47
47
type: "ApiKeyAuthenticator"
48
48
header: "Authorization"
49
- token : "Bearer hello"
49
+ api_token : "Bearer hello"
50
50
` ` `
51
51
52
52
# ## BearerAuthenticator
@@ -74,7 +74,7 @@ Example:
74
74
` ` ` yaml
75
75
authenticator:
76
76
type: "BearerAuthenticator"
77
- token : "hello"
77
+ api_token : "hello"
78
78
` ` `
79
79
80
80
More information on bearer authentication can be found [here](https://swagger.io/docs/specification/authentication/bearer-authentication/).
@@ -189,4 +189,4 @@ authenticator:
189
189
# # More readings
190
190
191
191
- [Requester](./requester.md)
192
- - [Request options](./request-options.md)
192
+ - [Request options](./request-options.md)
You can’t perform that action at this time.
0 commit comments