From 02bcf3ce720c8d8aa8c4712c3c0076264fb24e39 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Sat, 31 Oct 2020 11:58:30 +0000 Subject: [PATCH] Add new keys for networkmanager interface update --- docs/api/supervisor/endpoints.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/supervisor/endpoints.md b/docs/api/supervisor/endpoints.md index 9df5da74..4397e1d4 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -1434,7 +1434,8 @@ Update the settings for a network interface. | address | string | True | The new IP address for the interface in the X.X.X.X/XX format | | dns | list | True | List of DNS servers to use | | gateway | string | True | The gateway the interface should use | -| method | string | True | Set if the interface should use DHCP or not, can be `dhcp` or `static` | +| method | string | True | Set if the interface should use DHCP or not, can be `dhcp`, `static` or `disabled` | +| ip_version | string | True | Set IP version of the interface to modify, can be `ipv4` or `ipv6` | **You need to supply at least one key in the payload.**