Skip to content

Commit c4c9e92

Browse files
Add curl example for View /tags/{label}
1 parent facdd39 commit c4c9e92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12102,6 +12102,11 @@ paths:
1210212102
$ref: '#/components/schemas/PaginationEnvelope/properties/results'
1210312103
default:
1210412104
$ref: '#/components/responses/ErrorResponse'
12105+
x-code-samples:
12106+
- lang: Shell
12107+
source: >
12108+
curl -H "Authorization: Bearer $TOKEN" \
12109+
https://api.linode.com/v4/tags/example%20tag
1210512110
delete:
1210612111
summary: Delete a Tag
1210712112
description: >

0 commit comments

Comments
 (0)