Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 2829ad8

Browse files
authored
GRAVITY-1030 Adding another easter egg (#1106)
1 parent fb69d71 commit 2829ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/global-guides/voice/authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In order to retrieve the token, you will use Basic Authentication `ClientID:Clie
3333
```sh
3434
curl --request POST \
3535
--url https://id.voxbone.com/api/v1/oauth2/token \
36-
--header 'Authorization: Basic PEJhc2ljIEF1dGggVXNlcm5hbWU+OjxCYXNpYyBBdXRoIFBhc3N3b3JkPg==' \
36+
--header 'Authorization: Basic aGdyYW5nZXI6Q3IwMGskaEBuayQ=' \
3737
--header 'Content-Type: application/x-www-form-urlencoded' \
3838
--data grant_type=client_credentials \
3939
--data scope=voice.webrtc

0 commit comments

Comments
 (0)