Skip to content

Commit de247ce

Browse files
authored
Tweak wording to say bearer-token rather than bear-token (#370)
1 parent ead11b5 commit de247ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs.kosli.com/content/getting_started/service-accounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Personal API keys possess equivalent permissions to your user account, encompass
3838

3939
To create a personal API key:
4040
- Login to Kosli
41-
- From your user menu on the top right corner, click `Profile`
41+
- From your user menu in the top right corner, click `Profile`
4242
- In the API Keys section, click `Add API Key`, select a Time-To-Live (TTL) for the key, add a descriptive label, and then click `Add`
4343
- Ensure to copy the generated key as it won't be retrievable later. This key serves as the authentication token.
4444

@@ -70,7 +70,7 @@ you can assign an API key to any CLI command by one of the following options:
7070

7171
### In API
7272

73-
When making requests against the Kosli API directly (e.g. using curl), you can authenticate your requests using bear token. Set the bearer token in the request Authorization header to your API key.
73+
When making requests against the Kosli API directly (e.g. using curl), you can authenticate your requests by setting the bearer token in the request Authorization header to your API key.
7474

7575
```shell
7676
curl -H "Authorization: Bearer <<your-api-key>>" http://app.kosli.com/api/v2/environments/<<your-org-name>>

0 commit comments

Comments
 (0)