docs/interfaces/management.Management.UpdateActionRequestContent.html
{}Copy
interface UpdateActionRequestContent {
name?: string;
supported_triggers?: ActionTrigger[];
code?: string;
dependencies?: ActionVersionDependency[];
runtime?: string;
secrets?: ActionSecretRequest[];
modules?: ActionModuleReference[];
}
name?supported_triggers?code?dependencies?runtime?secrets?modules?
Optionalnamename?: string
The name of an action.
Optionalsupported_triggerssupported_triggers?: ActionTrigger[]
The list of triggers that this action supports. At this time, an action can only target a single trigger at a time.
Optionalcodecode?: string
The source code of the action.
Optionaldependenciesdependencies?: ActionVersionDependency[]
The list of third party npm modules, and their versions, that this action depends on.
Optionalruntimeruntime?: string
The Node runtime. For example: node22, defaults to node22
Optionalsecretssecrets?: ActionSecretRequest[]
The list of secrets that are included in an action or a version of an action.
Optionalmodulesmodules?: ActionModuleReference[]
The list of action modules and their versions used by this action.
Member Visibility
ThemeOSLightDark
Properties namesupported_triggerscodedependenciesruntimesecretsmodules