We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae48a8f commit facdd39Copy full SHA for facdd39
openapi.yaml
@@ -12036,8 +12036,10 @@ paths:
12036
source: >
12037
linode-cli tags create \
12038
--label 'example tag' \
12039
- --linodes (123 456) \
12040
- --volumes (9082 10003)
+ --linodes 123 \
+ --linodes 456 \
12041
+ --volumes 9082 \
12042
+ --volumes 10003
12043
/tags/{label}:
12044
x-linode-cli-command: tags
12045
parameters:
0 commit comments