Skip to content

Commit f343e0f

Browse files
committed
Add tags to NodeBalancer creation API request schema
1 parent 82626cd commit f343e0f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

openapi.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13760,6 +13760,18 @@ paths:
1376013760
$ref: '#/components/schemas/NodeBalancer/properties/label'
1376113761
client_conn_throttle:
1376213762
$ref: '#/components/schemas/NodeBalancer/properties/client_conn_throttle'
13763+
tags:
13764+
x-linode-filterable: true
13765+
description: >
13766+
An array of Tags applied to this object. Tags are for organizational
13767+
purposes only.
13768+
type: array
13769+
items:
13770+
type: string
13771+
example:
13772+
- test
13773+
- web-dev-team
13774+
1376313775
configs:
1376413776
type: array
1376513777
description: |

0 commit comments

Comments
 (0)