Skip to content

Commit eedbd83

Browse files
Add 'x-linode-cli-subtables' extension to rules-list and ips-list endpoints
1 parent f607060 commit eedbd83

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

openapi.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7772,6 +7772,14 @@ paths:
77727772
description: Requested Linode's networking configuration.
77737773
content:
77747774
application/json:
7775+
x-linode-cli-subtables:
7776+
- ipv4.public
7777+
- ipv4.private
7778+
- ipv4.shared
7779+
- ipv4.reserved
7780+
- ipv6.link_local
7781+
- ipv6.slaac
7782+
- ipv6.global
77757783
schema:
77767784
properties:
77777785
ipv4:
@@ -13512,6 +13520,9 @@ paths:
1351213520
description: The requested Firewall Rules.
1351313521
content:
1351413522
application/json:
13523+
x-linode-cli-subtables:
13524+
- inbound
13525+
- outbound
1351513526
schema:
1351613527
$ref: '#/components/schemas/Firewall/properties/rules'
1351713528
default:

0 commit comments

Comments
 (0)