The ActionTemplate datatype for an action template.

This datatype is used by the datatype, Package2. In addition to being used by a few main datatypes (e.g., Repository), which are used by several main mutation and query fields, Package2 is primarily used by three directly related datatypes: PackageInstallation which is used by the installedPackage() query and other datatypes; PackageUpdateResult which is used by the updatePackageFromRegistryV2() mutation; and InstallPackageFromRegistryResult, which is used by the installPackageFromRegistryV2() mutation.

Table: ActionTemplate

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Mar 25, 2025
displayNamestringyes Long-TermThe display name for the action template.
namestringyes Long-TermThe name of the action template.
typeActionTypeyes Long-TermThe type of action. See ActionType .
yamlTemplatestringyes Long-TermThe yaml template for the action template.