Skip to content

Commit 5ae08c9

Browse files
committed
Fix shell examples
1 parent 4a900ef commit 5ae08c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)