From 910c37729d06aaccbb78bdb15350968f004041fa Mon Sep 17 00:00:00 2001 From: Shimon Newman Date: Fri, 9 Sep 2022 16:05:59 +0300 Subject: [PATCH] Update docs/tutorials/add-route.md Co-authored-by: Vincent (Wen Yu) Ge --- docs/tutorials/add-route.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/add-route.md b/docs/tutorials/add-route.md index 9ee1097125..a9c08ccb41 100644 --- a/docs/tutorials/add-route.md +++ b/docs/tutorials/add-route.md @@ -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.