From: Francis Dupont Date: Mon, 8 Jul 2019 13:08:41 +0000 (+0200) Subject: [533-response-to-remote-global-parameter4-set-is-incomplete] Updated remote-global... X-Git-Tag: Kea-1.6.0-beta2~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5c49f72eb274ee4b74760375fda7e5592101ec5;p=thirdparty%2Fkea.git [533-response-to-remote-global-parameter4-set-is-incomplete] Updated remote-global-parameter[46]-set doc --- diff --git a/doc/api/remote-global-parameter4-set.json b/doc/api/remote-global-parameter4-set.json index 622ca47e32..5756741327 100644 --- a/doc/api/remote-global-parameter4-set.json +++ b/doc/api/remote-global-parameter4-set.json @@ -19,6 +19,13 @@ "cmd-comment": "This command carries multiple global parameters with their values. Care should be taken when specifying more than one parameter because in some cases only a subset of the parameters may be successfully stored in the database and other parameters may fail to be stored. In such cases the remote-global-parameter4-get-all may be useful to verify the contents of the database after the update.", "resp-syntax": "{ \"result\": 0, - \"text\": \"DHCPv4 global parameter(s) successfully set.\" + \"text\": \"DHCPv4 global parameter(s) successfully set.\", + \"arguments\": { + \"parameters\": { + : , + : + }, + \"count\": 2 + } }" } diff --git a/doc/api/remote-global-parameter6-set.json b/doc/api/remote-global-parameter6-set.json index 0ad6d4bf3a..2df3734339 100644 --- a/doc/api/remote-global-parameter6-set.json +++ b/doc/api/remote-global-parameter6-set.json @@ -19,6 +19,13 @@ "cmd-comment": "This command carries multiple global parameters with their values. Care should be taken when specifying more than one parameter because in some cases only a subset of the parameters may be successfully stored in the database and other parameters may fail to be stored. In such cases the remote-global-parameter6-get-all may be useful to verify the contents of the database after the update.", "resp-syntax": "{ \"result\": 0, - \"text\": \"DHCPv6 global parameter(s) successfully set.\" + \"text\": \"DHCPv6 global parameter(s) successfully set.\", + \"arguments\": { + \"parameters\": { + : , + : + }, + \"count\": 2 + } }" }