File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18383,13 +18383,14 @@ paths:
18383
18383
--linodes 456 \
18384
18384
--volumes 9082 \
18385
18385
--volumes 10003
18386
- /tags/{label }:
18386
+ /tags/{tagLabel }:
18387
18387
x-linode-cli-command: tags
18388
18388
parameters:
18389
- - name: label
18389
+ - name: tagLabel
18390
18390
in: path
18391
18391
schema:
18392
18392
type: string
18393
+ description: The `label` of the Tag to access.
18393
18394
required: true
18394
18395
get:
18395
18396
summary: Tagged Objects List
@@ -18451,7 +18452,7 @@ paths:
18451
18452
- lang: Shell
18452
18453
source: >
18453
18454
curl -H "Authorization: Bearer $TOKEN" \
18454
- " https://api.linode.com/v4/tags/example tag"
18455
+ https://api.linode.com/v4/tags/$tagLabel
18455
18456
delete:
18456
18457
summary: Tag Delete
18457
18458
description: >
You can’t perform that action at this time.
0 commit comments