rename directory to filesystem
This commit is contained in:
@@ -44,10 +44,10 @@
|
||||
{{template "api-list-post"}}
|
||||
{{template "api-list-get"}}
|
||||
|
||||
<h2>Directory Methods</h2>
|
||||
{{template "api-directory-path-post"}}
|
||||
{{template "api-directory-path-get"}}
|
||||
{{template "api-directory-path-delete"}}
|
||||
<h2>Filesystem Methods</h2>
|
||||
{{template "api-filesystem-path-post"}}
|
||||
{{template "api-filesystem-path-get"}}
|
||||
{{template "api-filesystem-path-delete"}}
|
||||
|
||||
{{template "footer"}}
|
||||
</div>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{{define "api-directory-path-post"}}
|
||||
{{define "api-filesystem-path-post"}}
|
||||
<details class="api_doc_details request_post">
|
||||
<summary><span class="method">POST</span>/directory/{path}</summary>
|
||||
<summary><span class="method">POST</span>/filesystem/{path}</summary>
|
||||
<div>
|
||||
<h3>Description</h3>
|
||||
<p>
|
||||
@@ -47,9 +47,9 @@
|
||||
</div>
|
||||
</details>
|
||||
{{end}}
|
||||
{{define "api-directory-path-get"}}
|
||||
{{define "api-filesystem-path-get"}}
|
||||
<details class="api_doc_details request_get">
|
||||
<summary><span class="method">GET</span>/directory/{path}</summary>
|
||||
<summary><span class="method">GET</span>/filesystem/{path}</summary>
|
||||
<div>
|
||||
<h3>Description</h3>
|
||||
<p>
|
||||
@@ -124,9 +124,9 @@
|
||||
</div>
|
||||
</details>
|
||||
{{end}}
|
||||
{{define "api-directory-path-delete"}}
|
||||
{{define "api-filesystem-path-delete"}}
|
||||
<details class="api_doc_details request_delete">
|
||||
<summary><span class="method">DELETE</span>/directory/{path}</summary>
|
||||
<summary><span class="method">DELETE</span>/filesystem/{path}</summary>
|
||||
<div>
|
||||
<h3>Description</h3>
|
||||
<p>
|
Reference in New Issue
Block a user