mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-22 19:20:54 +00:00
Generate documentation
This commit is contained in:
parent
9abca5a3c4
commit
75017aaeef
1 changed files with 2 additions and 0 deletions
|
@ -1212,6 +1212,8 @@ automatic discovery of collections will only show calendars and address
|
||||||
books that are direct children of the path <code>/USERNAME/</code>.</p>
|
books that are direct children of the path <code>/USERNAME/</code>.</p>
|
||||||
<p>Delete the collections by running something like:</p>
|
<p>Delete the collections by running something like:</p>
|
||||||
<div class="sourceCode" id="cb39"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb39-1"><a aria-hidden="true" href="#cb39-1" tabindex="-1"></a><span class="ex">curl</span> <span class="at">-u</span> user <span class="at">-X</span> DELETE <span class="st">'http://localhost:5232/user/calendar'</span></span></code></pre></div>
|
<div class="sourceCode" id="cb39"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb39-1"><a aria-hidden="true" href="#cb39-1" tabindex="-1"></a><span class="ex">curl</span> <span class="at">-u</span> user <span class="at">-X</span> DELETE <span class="st">'http://localhost:5232/user/calendar'</span></span></code></pre></div>
|
||||||
|
<p>Note: requires config/option
|
||||||
|
<code>permit_delete_collection = True</code></p>
|
||||||
</section>
|
</section>
|
||||||
<section class="level3" id="authentication-and-rights">
|
<section class="level3" id="authentication-and-rights">
|
||||||
<h3>Authentication and Rights <a class="headerlink" href="#authentication-and-rights">¶</a></h3>
|
<h3>Authentication and Rights <a class="headerlink" href="#authentication-and-rights">¶</a></h3>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue