mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
enh(webhook_listeners): Add OCP\\SystemTag\\MapperEvent
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
@@ -422,3 +422,19 @@ This is an exhaustive list of available events. It features the event ID and the
|
||||
"target": array{"id": string, "path": string}
|
||||
}
|
||||
}
|
||||
|
||||
* OCP\\SystemTag\\MapperEvent
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
array {
|
||||
"user": array {"uid": string, "displayName": string},
|
||||
"time": int,
|
||||
"event": array{
|
||||
"class": string,
|
||||
'eventType' => 'OCP\SystemTag\ISystemTagObjectMapper::assignTags' | 'OCP\SystemTag\ISystemTagObjectMapper::unassignTags',
|
||||
'objectType' => string (e.g. 'files'),
|
||||
'objectId' => string,
|
||||
'tagIds' => int[],
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user