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:59 +03:00 committed by GitHub
parent a698dfde8b
commit 910c37729d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ App::post('/v1/account/create')
->label('audits.userId', '{response.$id}')
```
### Sdk
#### 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 called.