Skip to content

Commit

Permalink
Merge pull request #38 from firebolt-db/velavokr-patch-5
Browse files Browse the repository at this point in the history
Fixed a typo in curl command
  • Loading branch information
arushi-firebolt authored Mar 22, 2024
2 parents 5e96c09 + 8cb9be4 commit acb383d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Guides/managing-your-organization/service-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Generating a new secret for your service account user replaces any previous secr
4. Authenticate using the service account via Firebolt’s REST API, send the following request to receive an authentication token:

```bash
curl POST --location 'https://id.app.firebolt.io/oauth/token' \
curl -X POST --location 'https://id.app.firebolt.io/oauth/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode 'audience=https://api.firebolt.io' \
Expand Down

0 comments on commit acb383d

Please sign in to comment.