From 3436a90e5c973aea975cde10fb5f8b6a398f0431 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 3 Jul 2022 15:31:19 +0530 Subject: [PATCH] updated apidocs to fix minor issues. --- APIDOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APIDOCS.md b/APIDOCS.md index 1e912db8..b5777dc6 100644 --- a/APIDOCS.md +++ b/APIDOCS.md @@ -3842,7 +3842,7 @@ RESPONSE: Sets the DHCP scope configuration. URL: -`http://localhost:5380/api/setDhcpScope?token=x&name=Default&startingAddress=192.168.1.1&endingAddress=192.168.1.254&subnetMask=255.255.255.0&leaseTimeDays=7&leaseTimeHours=0&leaseTimeMinutes=0&offerDelayTime=0&domainName=local&dnsTtl=900&serverAddress=&serverHostName=&bootFileName=&routerAddress=192.168.1.1&useThisDnsServer=false&dnsServers=192.168.1.5&winsServers=192.168.1.5&ntpServers=192.168.1.5&staticRoutes=172.16.0.0;255.255.255.0;192.168.1.2&exclusions=192.168.1.1;192.168.1.10&reservedLeases=00-00-00-00-00-00;192.168.1.10;comments&allowOnlyReservedLeases=false` +`http://localhost:5380/api/setDhcpScope?token=x&name=Default&startingAddress=192.168.1.1&endingAddress=192.168.1.254&subnetMask=255.255.255.0&leaseTimeDays=7&leaseTimeHours=0&leaseTimeMinutes=0&offerDelayTime=0&domainName=local&dnsTtl=900&serverAddress=&serverHostName=&bootFileName=&routerAddress=192.168.1.1&useThisDnsServer=false&dnsServers=192.168.1.5&winsServers=192.168.1.5&ntpServers=192.168.1.5&staticRoutes=172.16.0.0|255.255.255.0|192.168.1.2&exclusions=192.168.1.1|192.168.1.10&reservedLeases=hostname|00-00-00-00-00-00|192.168.1.10|comments&allowOnlyReservedLeases=false` WHERE: - `token`: The session token generated by the `login` call.