This commit is contained in:
rycee 2024-04-21 15:43:33 +00:00
parent f059cc9f2f
commit aa002e816e
1 changed files with 4 additions and 4 deletions

View File

@ -26377,10 +26377,10 @@ null or string</p>
<p>Set the synchronisation interval.</p>
<p><span class="emphasis"><em>Type:</em></span>
one of &lt;null&gt;, “disabled”, “5m”, “10m”, “30m”, “1h”, “12h”, “1d”</p>
one of “undefined”, “disabled”, “5m”, “10m”, “30m”, “1h”, “12h”, “1d”</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<code class="literal">&quot;undefined&quot;</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;10m&quot;</code></p>
@ -26404,10 +26404,10 @@ one of &lt;null&gt;, “disabled”, “5m”, “10m”, “30m”, “1h”,
<p>What is the type of sync target.</p>
<p><span class="emphasis"><em>Type:</em></span>
one of &lt;null&gt;, “none”, “file-system”, “onedrive”, “nextcloud”, “webdav”, “dropbox”, “s3”, “joplin-server”, “joplin-cloud”</p>
one of “undefined”, “none”, “file-system”, “onedrive”, “nextcloud”, “webdav”, “dropbox”, “s3”, “joplin-server”, “joplin-cloud”</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<code class="literal">&quot;undefined&quot;</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;dropbox&quot;</code></p>