Skip to content

Commit 59f2b3e

Browse files
authored
Merge pull request #837 from linode/zhiwei/nb-tags
Add tags to NodeBalancer creation API request schema
2 parents 82626cd + c650b11 commit 59f2b3e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

openapi.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13760,6 +13760,15 @@ paths:
1376013760
$ref: '#/components/schemas/NodeBalancer/properties/label'
1376113761
client_conn_throttle:
1376213762
$ref: '#/components/schemas/NodeBalancer/properties/client_conn_throttle'
13763+
tags:
13764+
description: |
13765+
An array of Tags applied to this object. Tags are for organizational purposes only.
13766+
type: array
13767+
items:
13768+
type: string
13769+
example:
13770+
- test
13771+
- web-dev-team
1376313772
configs:
1376413773
type: array
1376513774
description: |

0 commit comments

Comments
 (0)