mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-17 09:00:06 +00:00
chore(create-context): update TSDoc comment
This commit is contained in:
@@ -192,8 +192,10 @@ export class SASViyaApiClient {
|
|||||||
/**
|
/**
|
||||||
* Creates a compute context on the given server.
|
* Creates a compute context on the given server.
|
||||||
* @param contextName - the name of the context to create a session on.
|
* @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 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 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.
|
* @param accessToken - an access token for an authorized user.
|
||||||
*/
|
*/
|
||||||
public async createContext(
|
public async createContext(
|
||||||
|
|||||||
Reference in New Issue
Block a user