Skip to content

Commit

Permalink
docs: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
christophergrittner authored Oct 28, 2024
1 parent 522984e commit 01d5970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/integrations/kandji/kandji.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

| Key | Value |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| `api_key` | Paste the API key here |
| `api_token` | Paste the API key here |
| `api_url` | Paste your organization's API url here. Example for EU hosting: `admyral.api.eu.kandji.io`. Example for US hosting: `admyral.api.kandji.io` |

6. Click on the **Save** button.

Alternatively, you can use the following CLI command structure:

```bash
admyral secret set jira_secret --value api_key=your_key_value --value api_url=your_api_url
admyral secret set jira_secret --value api_token=your_key_value --value api_url=your_api_url
```

0 comments on commit 01d5970

Please sign in to comment.