mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 04:20:05 +00:00
docs(context): add docs for 'getComputeContextByName' method
This commit is contained in:
@@ -185,6 +185,11 @@ export default class SASjs {
|
||||
)
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a JSON representation of a compute context.
|
||||
* @param contextId - an id of the context to return.
|
||||
* @param accessToken - an access token for an authorized user.
|
||||
*/
|
||||
public async getComputeContextById(contextId: string, accessToken?: string) {
|
||||
this.isMethodSupported('getComputeContextById', ServerType.SASViya)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user