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:
1838318383 --linodes 456 \
1838418384 --volumes 9082 \
1838518385 --volumes 10003
18386- /tags/{label }:
18386+ /tags/{tagLabel }:
1838718387 x-linode-cli-command: tags
1838818388 parameters:
18389- - name: label
18389+ - name: tagLabel
1839018390 in: path
1839118391 schema:
1839218392 type: string
18393+ description: The `label` of the Tag to access.
1839318394 required: true
1839418395 get:
1839518396 summary: Tagged Objects List
@@ -18451,7 +18452,7 @@ paths:
1845118452 - lang: Shell
1845218453 source: >
1845318454 curl -H "Authorization: Bearer $TOKEN" \
18454- " https://api.linode.com/v4/tags/example tag"
18455+ https://api.linode.com/v4/tags/$tagLabel
1845518456 delete:
1845618457 summary: Tag Delete
1845718458 description: >
You can’t perform that action at this time.
0 commit comments