1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Update docs/tutorials/add-route.md

Co-authored-by: Vincent (Wen Yu) Ge <wenyu1999@hotmail.com>
This commit is contained in:
Shimon Newman 2022-09-09 16:05:42 +03:00 committed by GitHub
parent 19a5945730
commit a698dfde8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ App::post('/v1/storage/buckets/:bucketId/files')
->label('scope', 'files.write')
```
### Audit
#### Audit
* audits.event - Identify the log in human-readable text.
* audits.userId - Signals the extraction of $userId in places that it's not available natively.
* audits.resource - Signals the extraction part of the resource.