diff --git a/API:Diskspace.md b/API:Diskspace.md new file mode 100644 index 0000000..13942a9 --- /dev/null +++ b/API:Diskspace.md @@ -0,0 +1,29 @@ +**Endpoint: "/diskspace"** + +## GET ## + +##### Summary ##### +Gets information about Diskspace + +##### Parameters ###### + +*None* + +##### Returns JsonArray ###### + +```JSON +[ + { + "path": "/", + "label": "/", + "freeSpace": 11059175424, + "totalSpace": 15614754816 + }, + { + "path": "/home", + "label": "/home", + "freeSpace": 88775757824, + "totalSpace": 98325770240 + } +] +``` \ No newline at end of file