Skip to content

Commit 61e6572

Browse files
committed
fixup! doc: cache clearing
1 parent 8b073c0 commit 61e6572

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/config-cache.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Clearing
5454
--------
5555

5656
There are two specifics to purge cache records matching specified criteria:
57+
5758
* To reliably remove negative cache entries you need to clear subtree with the whole zone. E.g. to clear negative cache entries for (formerly non-existing)
5859
record ``www.example.com. A`` you need to flush whole subtree starting at zone apex, e.g. `example.com.` [#]_
5960
* This operation is asynchronous and might not be yet finished when call to ``/cache-clear`` API endpoint returns.
@@ -71,7 +72,7 @@ Parameters
7172
``````````
7273
Parameters for cache clearance are in JSON and are sendt with HTTP request as its body.
7374

74-
.. option:: "name": "<name>""
75+
.. option:: "name": "<name>"
7576

7677
Optional, subtree to purge; if the name isn't provided, whole cache is purged (and any other parameters are disregarded).
7778

0 commit comments

Comments
 (0)