diff --git a/docs/tutorials/add-route.md b/docs/tutorials/add-route.md index 4ebc61f8b8..a334f18080 100644 --- a/docs/tutorials/add-route.md +++ b/docs/tutorials/add-route.md @@ -57,6 +57,9 @@ App::post('/v1/storage/buckets/:bucketId/files') ``` #### 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. - audits.event - Identify the log in human-readable text. - audits.userId - Signals the extraction of $userId in places that it's not available natively. @@ -72,8 +75,8 @@ App::post('/v1/account/create') #### SDK * sdk.auth - Array of authentication types is passed in order to impose different authentication methods in different situations. * sdk.namespace - Refers to the route namespace. -* sdk.method - Refers to the sdk method that needs to be called. -* sdk.description - Description of the route,using markdown format. +* sdk.method - Refers to the sdk method that needs to called. +* sdk.description - Description of the route, using markdown format. * sdk.sdk.response.code - Refers to the route http response status code expected. * sdk.auth.response.model - Refers the route http response expected.