Skip to content

Commit afbf8b0

Browse files
committed
fix: Fix typos
1 parent b13f972 commit afbf8b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

network-apis/camara-auth/frontend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ curl -X POST https://api-eu.vonage.com/oauth2/token \
88
--header "Content-Type: application/x-www-form-urlencoded" \
99
--data-urlencode "code=$AUTH_CODE" \
1010
--data-urlencode "redirect_uri=$REDIRECT_URI" \
11-
--data-urlencode "grant_type: authorization_code"
11+
--data-urlencode "grant_type=authorization_code"

network-apis/network-enablement/network-enablement.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ curl -X POST https://api-eu.vonage.com/v0.1/network-enablement \
88
--header "Content-Type: application/json" \
99
--data $'{
1010
"phone_number": "'$VNA_PHONE_NUMBER'",
11-
"scopes": ["'$VNA_SCOPE'"],
11+
"scopes": ["dpv:FraudPreventionAndDetection#number-verification-verify-read"],
1212
"state" : "'$VNA_STATE'"
1313
}'

0 commit comments

Comments
 (0)