Additional events are triggered when a top-level field of an entity is changed:
{
"parent_id": "parent_changed", # for folders
"folder_id": "folder_changed", # for tasks and products
"task_id": "task_changed", # for workfiles and versions
"product_id": "product_changed", # for versions
"version_id": "version_changed", # for representations
}
Keep in mind that there are constraints in the API, that for example forbids changing hierarchy of folders (e.g. changing parent_id of a folder) when there's a published version in that folder.
Additional events are triggered when a top-level field of an entity is changed:
Keep in mind that there are constraints in the API, that for example forbids changing hierarchy of folders (e.g. changing parent_id of a folder) when there's a published version in that folder.