diff --git a/api/swagger.yaml b/api/swagger.yaml
index fd69add127..e8e3f610c7 100644
--- a/api/swagger.yaml
+++ b/api/swagger.yaml
@@ -6388,29 +6388,6 @@ definitions:
description: "Indicates IPv4 forwarding is enabled."
type: "boolean"
example: true
- BridgeNfIptables:
- description: |
- Indicates if `bridge-nf-call-iptables` is available on the host when
- the daemon was started.
-
-
-
- > **Deprecated**: netfilter module is now loaded on-demand and no longer
- > during daemon startup, making this field obsolete. This field is always
- > `false` and will be removed in a API v1.49.
- type: "boolean"
- example: false
- BridgeNfIp6tables:
- description: |
- Indicates if `bridge-nf-call-ip6tables` is available on the host.
-
-
-
- > **Deprecated**: netfilter module is now loaded on-demand, and no longer
- > during daemon startup, making this field obsolete. This field is always
- > `false` and will be removed in a API v1.49.
- type: "boolean"
- example: false
Debug:
description: |
Indicates if the daemon is running in debug-mode / with debug-level
diff --git a/docs/api/v1.48.yaml b/docs/api/v1.48.yaml
index 0fcdc4735a..2b1bdc518f 100644
--- a/docs/api/v1.48.yaml
+++ b/docs/api/v1.48.yaml
@@ -6552,7 +6552,7 @@ definitions:
> **Deprecated**: netfilter module is now loaded on-demand and no longer
> during daemon startup, making this field obsolete. This field is always
- > `false` and will be removed in a API v1.49.
+ > `false` and will be removed in a API v1.50.
type: "boolean"
example: false
BridgeNfIp6tables:
@@ -6563,7 +6563,7 @@ definitions:
> **Deprecated**: netfilter module is now loaded on-demand, and no longer
> during daemon startup, making this field obsolete. This field is always
- > `false` and will be removed in a API v1.49.
+ > `false` and will be removed in a API v1.50.
type: "boolean"
example: false
Debug:
diff --git a/docs/api/v1.49.yaml b/docs/api/v1.49.yaml
index a5e63ce6f0..83f8657d8d 100644
--- a/docs/api/v1.49.yaml
+++ b/docs/api/v1.49.yaml
@@ -6552,7 +6552,7 @@ definitions:
> **Deprecated**: netfilter module is now loaded on-demand and no longer
> during daemon startup, making this field obsolete. This field is always
- > `false` and will be removed in a API v1.49.
+ > `false` and will be removed in a API v1.50.
type: "boolean"
example: false
BridgeNfIp6tables:
@@ -6563,7 +6563,7 @@ definitions:
> **Deprecated**: netfilter module is now loaded on-demand, and no longer
> during daemon startup, making this field obsolete. This field is always
- > `false` and will be removed in a API v1.49.
+ > `false` and will be removed in a API v1.50.
type: "boolean"
example: false
Debug:
diff --git a/docs/api/v1.50.yaml b/docs/api/v1.50.yaml
index 8551eab312..99620c77ed 100644
--- a/docs/api/v1.50.yaml
+++ b/docs/api/v1.50.yaml
@@ -6389,29 +6389,6 @@ definitions:
description: "Indicates IPv4 forwarding is enabled."
type: "boolean"
example: true
- BridgeNfIptables:
- description: |
- Indicates if `bridge-nf-call-iptables` is available on the host when
- the daemon was started.
-
-
-
- > **Deprecated**: netfilter module is now loaded on-demand and no longer
- > during daemon startup, making this field obsolete. This field is always
- > `false` and will be removed in a API v1.49.
- type: "boolean"
- example: false
- BridgeNfIp6tables:
- description: |
- Indicates if `bridge-nf-call-ip6tables` is available on the host.
-
-
-
- > **Deprecated**: netfilter module is now loaded on-demand, and no longer
- > during daemon startup, making this field obsolete. This field is always
- > `false` and will be removed in a API v1.49.
- type: "boolean"
- example: false
Debug:
description: |
Indicates if the daemon is running in debug-mode / with debug-level
diff --git a/docs/api/v1.51.yaml b/docs/api/v1.51.yaml
index fd69add127..e8e3f610c7 100644
--- a/docs/api/v1.51.yaml
+++ b/docs/api/v1.51.yaml
@@ -6388,29 +6388,6 @@ definitions:
description: "Indicates IPv4 forwarding is enabled."
type: "boolean"
example: true
- BridgeNfIptables:
- description: |
- Indicates if `bridge-nf-call-iptables` is available on the host when
- the daemon was started.
-
-
-
- > **Deprecated**: netfilter module is now loaded on-demand and no longer
- > during daemon startup, making this field obsolete. This field is always
- > `false` and will be removed in a API v1.49.
- type: "boolean"
- example: false
- BridgeNfIp6tables:
- description: |
- Indicates if `bridge-nf-call-ip6tables` is available on the host.
-
-
-
- > **Deprecated**: netfilter module is now loaded on-demand, and no longer
- > during daemon startup, making this field obsolete. This field is always
- > `false` and will be removed in a API v1.49.
- type: "boolean"
- example: false
Debug:
description: |
Indicates if the daemon is running in debug-mode / with debug-level