Merge pull request #13043 from nextcloud/backport/13042/stable30

[stable30] fix(webhook_listeners): removed non-existing NodeReadEvent event from documentation
This commit is contained in:
Marcel Klehr 2025-04-14 11:31:30 +02:00 committed by GitHub
commit 46b32c9fa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -308,19 +308,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