Skip to content

Commit 7a7d124

Browse files
authored
Merge pull request #13042 from nextcloud/fix/webhooks-remove-NodeReadEvent
fix(webhook_listeners): removed non-existing NodeReadEvent event from documentation
2 parents a9f2297 + 5be8cef commit 7a7d124

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

admin_manual/webhook_listeners/index.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -565,19 +565,6 @@ This is an exhaustive list of available events. It features the event ID and the
565565
}
566566
}
567567
568-
* OCP\\Files\\Events\\Node\\NodeReadEvent
569-
570-
.. code-block:: text
571-
572-
array{
573-
"user": array {"uid": string, "displayName": string},
574-
"time": int,
575-
"event": array{
576-
"class": string,
577-
"node": array{"id": string, "path": string}
578-
}
579-
}
580-
581568
* OCP\\Files\\Events\\Node\\NodeDeletedEvent
582569

583570
.. code-block:: text

0 commit comments

Comments
 (0)