From f343e0fee89bc574097192411495004dea138146 Mon Sep 17 00:00:00 2001 From: Zhiwei Liang Date: Fri, 11 Aug 2023 17:49:09 -0400 Subject: [PATCH] Add tags to NodeBalancer creation API request schema --- openapi.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index a316a90fb..3a94239f8 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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: |