mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Merge pull request #4556 from motasimmakki/motasim
docs: Removed unnecessary $ symbol and spaced correctly.
This commit is contained in:
commit
feef53a43a
1 changed files with 5 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue