From 5ce598d4203f9a55d6fed1c9cb930b595b4225bb Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 29 Jan 2018 16:53:55 +0100 Subject: Add an endpoint to delete all notifications Signed-off-by: Joas Schilling --- lib/Capabilities.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Capabilities.php') diff --git a/lib/Capabilities.php b/lib/Capabilities.php index 6b832f6..0c0fd3f 100644 --- a/lib/Capabilities.php +++ b/lib/Capabilities.php @@ -42,6 +42,7 @@ class Capabilities implements ICapability { 'list', 'get', 'delete', + 'delete-all', 'icons', 'rich-strings', ], -- cgit v1.2.3