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 |