From: Marcin Siodelski Date: Thu, 18 Jul 2019 10:07:41 +0000 (+0200) Subject: [#643,!421] Corrected JSON syntax in some of the API commands. X-Git-Tag: Kea-1.6.0-beta2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eff2cf5722d472a5ae1d8e2dbfb7c216eac27154;p=thirdparty%2Fkea.git [#643,!421] Corrected JSON syntax in some of the API commands. --- diff --git a/doc/api/remote-subnet4-get-by-id.json b/doc/api/remote-subnet4-get-by-id.json index aedc0d591b..07008b1116 100644 --- a/doc/api/remote-subnet4-get-by-id.json +++ b/doc/api/remote-subnet4-get-by-id.json @@ -21,7 +21,7 @@ \"text\": \"IPv4 subnet found.\", \"arguments\": { \"subnets\": [ { - \"id\": + \"id\": , \"subnet\": , \"shared-network-name\": | null, \"metadata\": { diff --git a/doc/api/remote-subnet4-get-by-prefix.json b/doc/api/remote-subnet4-get-by-prefix.json index bcf74f3b88..914846aa5f 100644 --- a/doc/api/remote-subnet4-get-by-prefix.json +++ b/doc/api/remote-subnet4-get-by-prefix.json @@ -22,7 +22,7 @@ \"arguments\": { \"subnets\": [ { - \"id\": + \"id\": , \"subnet\": , \"shared-network-name\": | null, \"metadata\": { diff --git a/doc/api/remote-subnet6-get-by-id.json b/doc/api/remote-subnet6-get-by-id.json index 1e439d1317..92e39b4056 100644 --- a/doc/api/remote-subnet6-get-by-id.json +++ b/doc/api/remote-subnet6-get-by-id.json @@ -24,7 +24,7 @@ \"arguments\": { \"subnets\": [ { - \"id\": + \"id\": , \"subnet\": , \"shared-network-name\": | null, \"metadata\": { diff --git a/doc/api/remote-subnet6-get-by-prefix.json b/doc/api/remote-subnet6-get-by-prefix.json index e4f7eb18e2..069e00cde6 100644 --- a/doc/api/remote-subnet6-get-by-prefix.json +++ b/doc/api/remote-subnet6-get-by-prefix.json @@ -23,7 +23,7 @@ \"text\": \"IPv6 subnet found.\", \"arguments\": { \"subnets\": [ { - \"id\": + \"id\": , \"subnet\": , \"shared-network-name\": | null, \"metadata\": {