Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13760,6 +13760,18 @@ paths:
$ref: '#/components/schemas/NodeBalancer/properties/label'
client_conn_throttle:
$ref: '#/components/schemas/NodeBalancer/properties/client_conn_throttle'
tags:
x-linode-filterable: true
description: >
An array of Tags applied to this object. Tags are for organizational
purposes only.
type: array
items:
type: string
example:
- test
- web-dev-team

configs:
type: array
description: |
Expand Down