diff --git a/doc/API/api_documentation.md b/doc/API/api_documentation.md
index 31ea475c558d68a36c3686ff8139e8fbc18128f0..139dcd2f0b3fa43eedf3298aa85e774d7997a632 100644
--- a/doc/API/api_documentation.md
+++ b/doc/API/api_documentation.md
@@ -448,6 +448,7 @@ Parameter          | Type           | Methods            | Description
 **scanAgent**      | binary         | POST, PATCH        | Controls which scanagent to use for subnet (default: 1)
 **pingSubnet**     | binary         | POST, PATCH        | Controls if subnet should be included in status checks (default: 0)
 **discoverSubnet** | binary         | POST, PATCH        | Controls if new hosts should be discovered for new host scans (default: 0)
+**resolveDNS**     | binary         | POST, PATCH        | Controls if reverse DNS should be discovered for new host scans (default: 0)
 **isFolder**       | binary         | POST               | Controls if we are adding subnet or folder (default: 0)
 **isFull**         | binary         | POST, PATCH        | Marks subnet as used (default: 0)
 **state**          | int            | POST, PATCH        | Assigns state (tag) to subnet (default: 1 - Used)
@@ -457,7 +458,7 @@ Parameter          | Type           | Methods            | Description
 
 ### 3.3 Folders controller
 
-Folder controller is an **alias for subnets controller**. Folder is defined with with isFolder=1 parameter.
+Folder controller is an **alias for subnets controller**. Folder is defined with isFolder=1 parameter.
 
 ### 3.4 Addresses controller