enh(webhook_listeners): Add OCP\\SystemTag\\MapperEvent

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr
2025-02-24 08:30:07 +01:00
parent 832f790610
commit 6313f4da09

View File

@@ -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[],
}
}