From a698dfde8be7df032ae35f3b2ad41f62de725d83 Mon Sep 17 00:00:00 2001 From: Shimon Newman Date: Fri, 9 Sep 2022 16:05:42 +0300 Subject: [PATCH] Update docs/tutorials/add-route.md Co-authored-by: Vincent (Wen Yu) Ge --- docs/tutorials/add-route.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/add-route.md b/docs/tutorials/add-route.md index 9f20fb01ac..9ee1097125 100644 --- a/docs/tutorials/add-route.md +++ b/docs/tutorials/add-route.md @@ -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.