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:
1759517595 - lang: Shell
1759617596 source: >
1759717597 curl -H "Content-Type: application/json" \
17598- -H "Authorization: Bearer $TOKEN_BBIGGER_DEV " \
17598+ -H "Authorization: Bearer $TOKEN " \
1759917599 -X DELETE \
17600- https://api.dev. linode.com/v4/profile/phone-number
17600+ https://api.linode.com/v4/profile/phone-number
1760117601 - lang: CLI
1760217602 source: >
1760317603 linode-cli phone delete
@@ -17655,12 +17655,12 @@ paths:
1765517655 - lang: Shell
1765617656 source: >
1765717657 curl -H "Content-Type: application/json" \
17658- -H "Authorization: Bearer $TOKEN_BBIGGER_DEV " \
17658+ -H "Authorization: Bearer $TOKEN " \
1765917659 -X POST -d '{
1766017660 "iso_code": "US",
17661- "phone_number": "267-273-8229 "
17661+ "phone_number": "555-555-5555 "
1766217662 }' \
17663- https://api.dev. linode.com/v4/profile/phone-number
17663+ https://api.linode.com/v4/profile/phone-number
1766417664 - lang: CLI
1766517665 source: >
1766617666 linode-cli phone sms-code-send \
You can’t perform that action at this time.
0 commit comments