docs: replace 'files.create' by 'files.upload' (#8783)

because 'files.create' does not exist
This commit is contained in:
José Varela
2021-10-14 06:20:05 +01:00
committed by GitHub
parent 1cbe6c0ac9
commit fcdb0aa620

View File

@@ -22,7 +22,7 @@ System events are referenced with the format:
```
<scope>.<action>(.<before>)
// eg: items.create
// eg: files.create
// eg: files.upload
// eg: collections.*
// eg: users.update.before
```