Skip to content

Commit c957383

Browse files
Update shell example: use quotes instead of character escaping
1 parent c4c9e92 commit c957383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12106,7 +12106,7 @@ paths:
1210612106
- lang: Shell
1210712107
source: >
1210812108
curl -H "Authorization: Bearer $TOKEN" \
12109-
https://api.linode.com/v4/tags/example%20tag
12109+
"https://api.linode.com/v4/tags/example tag"
1211012110
delete:
1211112111
summary: Delete a Tag
1211212112
description: >

0 commit comments

Comments
 (0)