Skip to content

Commit facdd39

Browse files
Modify POST /tags CLI example to use multiple itesm
1 parent ae48a8f commit facdd39

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

openapi.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12036,8 +12036,10 @@ paths:
1203612036
source: >
1203712037
linode-cli tags create \
1203812038
--label 'example tag' \
12039-
--linodes (123 456) \
12040-
--volumes (9082 10003)
12039+
--linodes 123 \
12040+
--linodes 456 \
12041+
--volumes 9082 \
12042+
--volumes 10003
1204112043
/tags/{label}:
1204212044
x-linode-cli-command: tags
1204312045
parameters:

0 commit comments

Comments
 (0)