mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update docs/tutorials/add-route.md
Co-authored-by: Vincent (Wen Yu) Ge <wenyu1999@hotmail.com>
This commit is contained in:
@@ -65,7 +65,7 @@ App::post('/v1/account/create')
|
||||
* 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.
|
||||
* sdk.description - Description of the route, using md file format.
|
||||
* 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user