Merge pull request #4556 from motasimmakki/motasim

docs: Removed unnecessary $ symbol and spaced correctly.
This commit is contained in:
Christy Jacob 2023-01-27 22:50:04 +05:30 committed by GitHub
commit feef53a43a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.