Skip to content

Commit 1e60d36

Browse files
committed
Add languages
1 parent 1521b6a commit 1e60d36

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
@@ -23,7 +23,7 @@ Choose between [writeKey authentication](#writeKey-authentication), [basic authe
2323
Authenticate to the Tracking API by sending your project's **Write Key** along with a request.
2424
The authentication writeKey should be sent as part of the body of the request. This will be encrypted over https.
2525

26-
```
26+
```shell
2727
curl --location 'https://api.segment.io/v1/track' \
2828
--header 'Content-Type: application/json' \
2929
--data-raw '{
@@ -58,7 +58,7 @@ Include the access token in the Authorization header as a Bearer token along wit
5858

5959
For example, to use the access token in the HTTP API Source, use `access_token` in the header and `write_key` in the payload. An example cURL request looks like:
6060

61-
```
61+
```shell
6262
curl --location 'https://api.segment.io/v1/track' \
6363
--header 'Content-Type: application/json' \
6464
--header 'Authorization: Bearer <access token>' \

0 commit comments

Comments
 (0)