Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2020-08-07 18:59:49 +0300
committerMarcel Klehr <mklehr@gmx.net>2020-08-10 11:45:26 +0300
commitbcb33f692b62b9fef7ea7f53e79ec7e377571312 (patch)
treedde1883a2a5fdcf32751492d883a34e6984e3127 /docs
parenta9fa1ff44e000c8716d22715f9df1d6a918ad1d6 (diff)
Implement dead link detection
fixes #1132
Diffstat (limited to 'docs')
-rw-r--r--docs/bookmark.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/bookmark.rst b/docs/bookmark.rst
index 84906abd..381b218a 100644
--- a/docs/bookmark.rst
+++ b/docs/bookmark.rst
@@ -35,6 +35,7 @@ Query bookmarks
:query search[]: An array of words to search for in the following columns ``url``, ``title``, ``description``
:query folder: Only return bookmarks that are direct children of the folder with the passed ID. The root folder has id ``-1``.
:query url: Only return bookmarks with this URL. This will only ever return just one bookmark or none, because the app doesn't store duplicates. Thus, with this parameter you can test whether a URL exists in the user's bookmarks. This parameter cannot be mixed with the others.
+ :query unavailable: Only return bookmarks that are dead links, i.e. return 404 status codes or similar. This parameter cannot be mixed with the others.
:>json string status: ``success`` or ``error``
:>json array data: The list of resulting bookmarks