From: Tomek Mrugalski Date: Tue, 12 Jun 2018 22:31:53 +0000 (+0200) Subject: [5422] template added. X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b20dd55ce7b2b50433779d203160640fd36f0026;p=thirdparty%2Fkea.git [5422] template added. --- diff --git a/doc/api/_template.json b/doc/api/_template.json new file mode 100644 index 0000000000..7c53c32b8d --- /dev/null +++ b/doc/api/_template.json @@ -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." +}