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