mirror of
https://github.com/directus/directus.git
synced 2026-01-22 21:58:04 -05:00
update actions for file event based on https://github.com/directus/directus/pull/5334 (#7915)
This commit is contained in:
committed by
GitHub
parent
6efe443a4e
commit
55009f5413
@@ -91,7 +91,7 @@ module.exports = function registerHook({ exceptions }) {
|
||||
| `activity` | `create`, `update` and `delete` | Optional |
|
||||
| `collections` | `create`, `update` and `delete` | Optional |
|
||||
| `fields` | `create`, `update` and `delete` | Optional |
|
||||
| `files` | `upload`<sup>[3]</sup>, `create`, `update` and `delete` | Optional |
|
||||
| `files` | `upload`<sup>[3]</sup> | No |
|
||||
| `folders` | `create`, `update` and `delete` | Optional |
|
||||
| `permissions` | `create`, `update` and `delete` | Optional |
|
||||
| `presets` | `create`, `update` and `delete` | Optional |
|
||||
|
||||
Reference in New Issue
Block a user