From 23ffbe46d0bfe4806b37586647df4e87d22d755d Mon Sep 17 00:00:00 2001 From: Kevin Scott Adams Date: Thu, 24 May 2018 11:00:17 -0400 Subject: [PATCH] Last commit did not include the apidoc.js patch - Needed to added the file before I did the commit and push. --- pve-docs/api-viewer/apidoc.js.patch | 40 +++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 pve-docs/api-viewer/apidoc.js.patch diff --git a/pve-docs/api-viewer/apidoc.js.patch b/pve-docs/api-viewer/apidoc.js.patch new file mode 100644 index 0000000..272689e --- /dev/null +++ b/pve-docs/api-viewer/apidoc.js.patch @@ -0,0 +1,40 @@ +--- /usr/share/pve-docs/api-viewer/apidoc.js.orig 2018-05-24 10:18:20.694525300 -0400 ++++ /usr/share/pve-docs/api-viewer/apidoc.js 2018-05-24 10:11:22.329925779 -0400 +@@ -27549,6 +27549,18 @@ + "type" : "string", + "typetext" : "" + }, ++ "freenas_user" : { ++ "description" : "FreeNAS user for API calls", ++ "optional" : 1, ++ "type" : "string", ++ "typetext" : "" ++ }, ++ "freenas_password" : { ++ "description" : "FreeNAS password for API calls", ++ "optional" : 1, ++ "type" : "string", ++ "typetext" : "" ++ }, + "content" : { + "description" : "Allowed content types.\n\nNOTE: the value 'rootdir' is used for Containers, and value 'images' for VMs.\n", + "format" : "pve-storage-content-list", +@@ -27895,6 +27907,18 @@ + "optional" : 1, + "type" : "string", + "typetext" : "" ++ }, ++ "freenas_user" : { ++ "description" : "FreeNAS user for API calls", ++ "optional" : 1, ++ "type" : "string", ++ "typetext" : "" ++ }, ++ "freenas_password" : { ++ "description" : "FreeNAS password for API calls", ++ "optional" : 1, ++ "type" : "string", ++ "typetext" : "" + }, + "content" : { + "description" : "Allowed content types.\n\nNOTE: the value 'rootdir' is used for Containers, and value 'images' for VMs.\n",