open-vault/website/source/docs/http/sys-remount.html.md
2015-04-18 14:34:47 -07:00

710 B

layout page_title sidebar_current description
http HTTP API: /sys/remount docs-http-mounts-remount The '/sys/remount' endpoint is used remount a mounted backend to a new endpoint.

/sys/remount

Description
Remount an already-mounted backend to a new mount point.
<dt>Method</dt>
<dd>POST</dd>

<dt>Parameters</dt>
<dd>
	<ul>
		<li>
			<span class="param">from</span>
			<span class="param-flags">required</span>
			The previous mount point.
		</li>
		<li>
			<span class="param">to</span>
			<span class="param-flags">required</span>
			The new mount point.
		</li>
	</ul>
</dd>

<dt>Returns</dt>
<dd>`204` respons code.
</dd>