mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-10 13:50:05 +00:00
feat(edit-context): add the ability to edit a given context
This commit is contained in:
@@ -4,3 +4,12 @@ export interface Context {
|
||||
createdBy: string
|
||||
version: number
|
||||
}
|
||||
|
||||
export interface EditContextInput {
|
||||
name?: string
|
||||
description?: string
|
||||
launchContext?: { name: string }
|
||||
environment?: { options?: string[]; autoExecLines?: string[] }
|
||||
authorizedUsers?: string[]
|
||||
authorizeAllAuthenticatedUsers?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user