From 07695bdb858f248036619892f7383843fb32f54d Mon Sep 17 00:00:00 2001 From: Krishna Acondy Date: Sun, 6 Sep 2020 21:35:56 +0100 Subject: [PATCH] chore(create-context): update TSDoc comment --- src/SASViyaApiClient.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SASViyaApiClient.ts b/src/SASViyaApiClient.ts index 66fbc38..a1aa1a1 100644 --- a/src/SASViyaApiClient.ts +++ b/src/SASViyaApiClient.ts @@ -192,8 +192,10 @@ export class SASViyaApiClient { /** * Creates a compute context on the given server. * @param contextName - the name of the context to create a session on. + * @param launchContextName - the name of the launcher context used by the compute service. * @param sharedAccountId - the ID of the account to run the servers for this context as. * @param autoExecLines - the lines of code to execute during session initialization. + * @param authorizedUsers - an optional list of authorized user IDs. * @param accessToken - an access token for an authorized user. */ public async createContext(