From 87b15b9ab8b523ac7a2474732e71ff9e4f42f903 Mon Sep 17 00:00:00 2001 From: Lena Garber Date: Fri, 8 Sep 2023 11:14:06 -0400 Subject: [PATCH] Add subtables extension to rules-update command --- openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 6606c3bf4..9a589500e 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -13556,6 +13556,9 @@ paths: description: The Firewall Rules information to update. content: application/json: + x-linode-cli-subtables: + - inbound + - outbound schema: allOf: - $ref: '#/components/schemas/Firewall/properties/rules'