Create a new action.
post/api/v1/actions
Request body
packstring
The content pack this action belongs to.
idstring
The unique identifier for the action.
refstring
System computed user friendly reference for the action. Provided value will be overridden by computed value.
uidstring
namestring required
The name of the action.
descriptionstring
The description of the action.
enabledboolean
Enable or disable the action from invocation.
runner_typestring required
The type of runner that executes the action.
entry_pointstring
The entry point for the action.
parametersActionParametersSubSchema
Input parameters for the action.
tagsobject[]
User associated metadata assigned to this object.
Response
Single action being created