From: Vicky Risk Date: Wed, 10 Oct 2018 14:51:13 +0000 (-0400) Subject: Update lease4-del.json X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11be56de0ceef707954299721f7808e2a645145b;p=thirdparty%2Fkea.git Update lease4-del.json --- diff --git a/doc/api/lease4-del.json b/doc/api/lease4-del.json index 5c0b166188..37ccc6bb9a 100644 --- a/doc/api/lease4-del.json +++ b/doc/api/lease4-del.json @@ -2,7 +2,7 @@ "name": "lease4-del", "brief": "lease4-del can be used to delete a lease from the lease database.", "description": "See ", - "support": [ "kea-dhcp4", "kea-dhcp6" ], + "support": [ "kea-dhcp4"], "avail": "1.3.0", "hook": "lease_cmds", "cmd-syntax": "{ @@ -11,5 +11,5 @@ \"ip-address\": \"192.0.2.202\" } }", - "cmd-comment": "leaseX-del returns a result that indicates a outcome of the operation. It has one of the following values: 0 (success), 1 (error) or 3 (empty). The empty result means that a query has been completed properly, but the object (a lease in this case) has not been found." -} + "cmd-comment": "Specify the lease to be deleted either by IP address, or by identifier-type and identifier value. Currently supported identifiers are \"hw-address\" and \"client-id\"." +} \ No newline at end of file