]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5422] template added.
authorTomek Mrugalski <tomasz@isc.org>
Tue, 12 Jun 2018 22:31:53 +0000 (00:31 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 29 Oct 2019 17:57:13 +0000 (18:57 +0100)
doc/api/_template.json [new file with mode: 0644]

diff --git a/doc/api/_template.json b/doc/api/_template.json
new file mode 100644 (file)
index 0000000..7c53c32
--- /dev/null
@@ -0,0 +1,12 @@
+{
+    "name": "template-command",
+    "brief": "a sentence or two explaining what it is",
+    "support": [ "kea-dhcp4", "kea-dhcp6" ],
+    "avail": "first version, possible a hook library name and (premium) if applicable",
+
+    "cmd-syntax": "Syntax of the command",
+    "cmd-comment": "Possibly some extra comments after the syntax.",
+
+    "resp-syntax": "Syntax of the response",
+    "resp-comment": "Optional extra comments after the respone syntax."
+}