File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17595,9 +17595,9 @@ paths:
17595
17595
- lang: Shell
17596
17596
source: >
17597
17597
curl -H "Content-Type: application/json" \
17598
- -H "Authorization: Bearer $TOKEN_BBIGGER_DEV " \
17598
+ -H "Authorization: Bearer $TOKEN " \
17599
17599
-X DELETE \
17600
- https://api.dev. linode.com/v4/profile/phone-number
17600
+ https://api.linode.com/v4/profile/phone-number
17601
17601
- lang: CLI
17602
17602
source: >
17603
17603
linode-cli phone delete
@@ -17655,12 +17655,12 @@ paths:
17655
17655
- lang: Shell
17656
17656
source: >
17657
17657
curl -H "Content-Type: application/json" \
17658
- -H "Authorization: Bearer $TOKEN_BBIGGER_DEV " \
17658
+ -H "Authorization: Bearer $TOKEN " \
17659
17659
-X POST -d '{
17660
17660
"iso_code": "US",
17661
- "phone_number": "267-273-8229 "
17661
+ "phone_number": "555-555-5555 "
17662
17662
}' \
17663
- https://api.dev. linode.com/v4/profile/phone-number
17663
+ https://api.linode.com/v4/profile/phone-number
17664
17664
- lang: CLI
17665
17665
source: >
17666
17666
linode-cli phone sms-code-send \
You can’t perform that action at this time.
0 commit comments