From 55009f54130400a7f4fe146f869dbf1a95d8b6cc Mon Sep 17 00:00:00 2001 From: Philipp Gegenfurtner Date: Wed, 8 Sep 2021 18:08:04 +0200 Subject: [PATCH] update actions for file event based on https://github.com/directus/directus/pull/5334 (#7915) --- docs/guides/api-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/api-hooks.md b/docs/guides/api-hooks.md index 917c673d56..1402449916 100644 --- a/docs/guides/api-hooks.md +++ b/docs/guides/api-hooks.md @@ -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`[3], `create`, `update` and `delete` | Optional | +| `files` | `upload`[3] | No | | `folders` | `create`, `update` and `delete` | Optional | | `permissions` | `create`, `update` and `delete` | Optional | | `presets` | `create`, `update` and `delete` | Optional |