docs/interfaces/management.Management.UpdateActionResponseContent.html
interface UpdateActionResponseContent {
id?: string;
name?: string;
supported_triggers?: ActionTrigger[];
all_changes_deployed?: boolean;
created_at?: string;
updated_at?: string;
code?: string;
dependencies?: ActionVersionDependency[];
runtime?: string;
secrets?: ActionSecretResponse[];
deployed_version?: ActionDeployedVersion;
installed_integration_id?: string;
integration?: Integration;
status?: Management.ActionBuildStatusEnum;
built_at?: string;
deploy?: boolean;
modules?: ActionModuleReference[];
}
id?name?supported_triggers?all_changes_deployed?created_at?updated_at?code?dependencies?runtime?secrets?deployed_version?installed_integration_id?integration?status?built_at?deploy?modules?
Optionalidid?: string
The unique ID of the action.
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.
Optionalall_changes_deployedall_changes_deployed?: boolean
True if all of an Action's contents have been deployed.
Optionalcreated_atcreated_at?: string
The time when this action was created.
Optionalupdated_atupdated_at?: string
The time when this action was updated.
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?: ActionSecretResponse[]
The list of secrets that are included in an action or a version of an action.
Optionaldeployed_versiondeployed_version?: ActionDeployedVersion
Optionalinstalled_integration_idinstalled_integration_id?: string
installed_integration_id is the fk reference to the InstalledIntegration entity.
Optionalintegrationintegration?: Integration
Optionalstatusstatus?: Management.ActionBuildStatusEnum
Optionalbuilt_atbuilt_at?: string
The time when this action was built successfully.
Optionaldeploydeploy?: boolean
True if the action should be deployed after creation.
Optionalmodulesmodules?: ActionModuleReference[]
The list of action modules and their versions used by this action.
Member Visibility
ThemeOSLightDark
Properties idnamesupported_triggersall_changes_deployedcreated_atupdated_atcodedependenciesruntimesecretsdeployed_versioninstalled_integration_idintegrationstatusbuilt_atdeploymodules