Skip to content

Commit fe21973

Browse files
authored
Apply suggestions from code review
1 parent 50cdf61 commit fe21973

File tree

1 file changed

+2
-2
lines changed
  • src/connections/sources/catalog/libraries/server/http-api

1 file changed

+2
-2
lines changed

src/connections/sources/catalog/libraries/server/http-api/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Segment has native [sources](/docs/connections/sources/) for most use cases (lik
1111

1212
### Authentication
1313

14-
Choose between [basic authentication](#basic-authentication) and [OAuth](#oauth) to authenticate headers.
14+
Choose between [basic authentication](#basic-authentication) and [OAuth](#oauth) to authenticate requests.
1515

1616
#### Basic authentication
1717

@@ -26,7 +26,7 @@ In practice that means taking a Segment source **Write Key**,`'abc123'`, as the
2626
#### OAuth
2727
[Obtain the access token](/docs/connections/oauth/) from the Authorization Server specific to the region.
2828

29-
Include the access token in the Authorization header as a Bearer token to the resource server. For example:
29+
Include the access token in the Authorization header as a Bearer token along with your project's write key in the payload of the request. For example, Authorization with Bearer token looks like:
3030

3131
```
3232
Authorization: Bearer <access token>

0 commit comments

Comments
 (0)