fix(webhook_listeners): removed non-existing NodeReadEvent event from documentation

Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
This commit is contained in:
Oleksander Piskun
2025-04-14 12:07:57 +03:00
parent a9f2297fa8
commit 5be8ceff58

View File

@@ -565,19 +565,6 @@ This is an exhaustive list of available events. It features the event ID and the
}
}
* OCP\\Files\\Events\\Node\\NodeReadEvent
.. code-block:: text
array{
"user": array {"uid": string, "displayName": string},
"time": int,
"event": array{
"class": string,
"node": array{"id": string, "path": string}
}
}
* OCP\\Files\\Events\\Node\\NodeDeletedEvent
.. code-block:: text