Skip to content

Commit 4b3866b

Browse files
committed
Updated Tag Label path parameter
1 parent bde5e66 commit 4b3866b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

openapi.yaml

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

0 commit comments

Comments
 (0)