Skip to content

Commit 3da9469

Browse files
authored
Merge pull request #13044 from nextcloud/backport/13042/stable31
[stable31] fix(webhook_listeners): removed non-existing NodeReadEvent event from documentation
2 parents 913d20c + 56779f7 commit 3da9469

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

admin_manual/webhook_listeners/index.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -310,19 +310,6 @@ This is an exhaustive list of available events. It features the event ID and the
310310
}
311311
}
312312
313-
* OCP\\Files\\Events\\Node\\NodeReadEvent
314-
315-
.. code-block:: text
316-
317-
array{
318-
"user": array {"uid": string, "displayName": string},
319-
"time": int,
320-
"event": array{
321-
"class": string,
322-
"node": array{"id": string, "path": string}
323-
}
324-
}
325-
326313
* OCP\\Files\\Events\\Node\\NodeDeletedEvent
327314

328315
.. code-block:: text

0 commit comments

Comments
 (0)