File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ The following sections list the changes for unreleased.
79
79
* Enhancement - Update Mockery to 2.52.3: [#11070](https://github.com/owncloud/ocis/pull/11070)
80
80
* Enhancement - Improve postprocessing logs: [#11108](https://github.com/owncloud/ocis/pull/11108)
81
81
* Enhancement - Improve graph space management logs: [#11115](https://github.com/owncloud/ocis/pull/11115)
82
+ * Enhancement - Delete notification by ID: [#11203](https://github.com/owncloud/ocis/pull/11203)
82
83
* Enhancement - CLI, storage-users uploads delete-stale-nodes: [#11216](https://github.com/owncloud/ocis/pull/11216)
83
84
* Enhancement - Limit length of tags: [#11231](https://github.com/owncloud/ocis/pull/11231)
84
85
@@ -195,6 +196,14 @@ The following sections list the changes for unreleased.
195
196
https://github.com/owncloud/ocis/issues/10989
196
197
https://github.com/owncloud/ocis/pull/11115
197
198
199
+ * Enhancement - Delete notification by ID: [#11203](https://github.com/owncloud/ocis/pull/11203)
200
+
201
+ It is now possible to delete a single notification by ID: DELETE
202
+ /ocs/v2.php/apps/notifications/api/v1/notifications/:id
203
+
204
+ https://github.com/owncloud/enterprise/issues/6307
205
+ https://github.com/owncloud/ocis/pull/11203
206
+
198
207
* Enhancement - CLI, storage-users uploads delete-stale-nodes: [#11216](https://github.com/owncloud/ocis/pull/11216)
199
208
200
209
An oCIS command that deletes stale nodes: in processing state wihout connected
You can’t perform that action at this time.
0 commit comments