v1

latestSwagger 2.02026-07-1712167168.8 KB

Update an action.

put/api/v1/actions/{ref_or_id}

Path parameters

ref_or_idstring required

Entity reference or id

Request body

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.

packstring

The content pack this action belongs to.

parametersActionParametersSubSchema

Input parameters for the action.

tagsobject[]

User associated metadata assigned to this object.

Response

Action updated