]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#643,!421] Corrected JSON syntax in some of the API commands.
authorMarcin Siodelski <marcin@isc.org>
Thu, 18 Jul 2019 10:07:41 +0000 (12:07 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 19 Jul 2019 11:56:38 +0000 (07:56 -0400)
doc/api/remote-subnet4-get-by-id.json
doc/api/remote-subnet4-get-by-prefix.json
doc/api/remote-subnet6-get-by-id.json
doc/api/remote-subnet6-get-by-prefix.json

index aedc0d591b4dc4a58bbb8c40171fc19d47041702..07008b11163ef963b15f3c42df78c5a1c9fbe248 100644 (file)
@@ -21,7 +21,7 @@
     \"text\": \"IPv4 subnet found.\",
     \"arguments\": {
         \"subnets\": [ {
-            \"id\": <subnet identifier>
+            \"id\": <subnet identifier>,
             \"subnet\": <subnet prefix>,
             \"shared-network-name\": <shared network name> | null,
             \"metadata\": {
index bcf74f3b884b9c551c122ada6365f4cefcb512b4..914846aa5f220db25b1937ba2ad619562398d21a 100644 (file)
@@ -22,7 +22,7 @@
     \"arguments\": {
         \"subnets\": [
             {
-                \"id\": <subnet identifier>
+                \"id\": <subnet identifier>,
                 \"subnet\": <subnet prefix>,
                 \"shared-network-name\": <shared network name> | null,
                 \"metadata\": {
index 1e439d1317bc0f7d45c9a2c584eb665309eaaf86..92e39b405665b316424ddc0d23fec8e97ba08310 100644 (file)
@@ -24,7 +24,7 @@
     \"arguments\": {
         \"subnets\": [
             {
-                \"id\": <subnet identifier>
+                \"id\": <subnet identifier>,
                 \"subnet\": <subnet prefix>,
                 \"shared-network-name\": <shared network name> | null,
                 \"metadata\": {
index e4f7eb18e2f67753fce1469b258c78e09ac3eb55..069e00cde6981b473f50a59b1f4e8dbf5f35bb26 100644 (file)
@@ -23,7 +23,7 @@
     \"text\": \"IPv6 subnet found.\",
     \"arguments\": {
         \"subnets\": [ {
-            \"id\": <subnet identifier>
+            \"id\": <subnet identifier>,
             \"subnet\": <subnet prefix>,
             \"shared-network-name\": <shared network name> | null,
             \"metadata\": {