[pve-devel] [docs: ] [PATCH pve-docs] add properties to execute in api-viewer
Moayad Almalat
m.almalat at proxmox.com
Fri Oct 30 15:17:00 CET 2020
Signed-off-by: Moayad Almalat <m.almalat at proxmox.com>
* when clicked on "execute" in api-view the page not handling.
* In browser console printed this error:
'TypeError: Cannot read property 'properties' of undefined'
* https://forum.proxmox.com/threads/api-browse-execute-returns-error.78257/
---
api-viewer/apidata.js | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/api-viewer/apidata.js b/api-viewer/apidata.js
index a438090..048509f 100644
--- a/api-viewer/apidata.js
+++ b/api-viewer/apidata.js
@@ -37324,8 +37324,11 @@ var pveapi = [
"protected" : 1,
"proxyto" : "node",
"returns" : {
- "type" : "array"
- }
+ "items" : {
+ "properties" : {},
+ "type" : "array"
+ }
+ },
}
},
"leaf" : 1,
--
2.20.1
More information about the pve-devel
mailing list