From a5c49f72eb274ee4b74760375fda7e5592101ec5 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Mon, 8 Jul 2019 15:08:41 +0200 Subject: [PATCH] [533-response-to-remote-global-parameter4-set-is-incomplete] Updated remote-global-parameter[46]-set doc --- doc/api/remote-global-parameter4-set.json | 9 ++++++++- doc/api/remote-global-parameter6-set.json | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) 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 + } }" } -- 2.47.2