diff --git a/res/template/apidoc.html b/res/template/apidoc.html
index da21d1d..f36e139 100644
--- a/res/template/apidoc.html
+++ b/res/template/apidoc.html
@@ -44,10 +44,10 @@
{{template "api-list-post"}}
{{template "api-list-get"}}
-
Directory Methods
- {{template "api-directory-path-post"}}
- {{template "api-directory-path-get"}}
- {{template "api-directory-path-delete"}}
+ Filesystem Methods
+ {{template "api-filesystem-path-post"}}
+ {{template "api-filesystem-path-get"}}
+ {{template "api-filesystem-path-delete"}}
{{template "footer"}}
diff --git a/res/template/fragments/api/directory.html b/res/template/fragments/api/filesystem.html
similarity index 90%
rename from res/template/fragments/api/directory.html
rename to res/template/fragments/api/filesystem.html
index 93639d7..2ae4353 100644
--- a/res/template/fragments/api/directory.html
+++ b/res/template/fragments/api/filesystem.html
@@ -1,6 +1,6 @@
-{{define "api-directory-path-post"}}
+{{define "api-filesystem-path-post"}}
- POST/directory/{path}
+ POST/filesystem/{path}
Description
@@ -47,9 +47,9 @@
{{end}}
-{{define "api-directory-path-get"}}
+{{define "api-filesystem-path-get"}}
- GET/directory/{path}
+ GET/filesystem/{path}
Description
@@ -124,9 +124,9 @@
{{end}}
-{{define "api-directory-path-delete"}}
+{{define "api-filesystem-path-delete"}}
- DELETE/directory/{path}
+ DELETE/filesystem/{path}