Patch Using PATCH
Updates the state of the action based only on the supplied properties
ID of the action
Properties of the action to patch
{
"actionType": "string",
"compressedContent": "string",
"contentId": "string",
"dependencies": "string",
"description": "string",
"entrypoint": "string",
"id": "string",
"memoryInMB": 0,
"name": "string",
"orgId": "string",
"projectId": "string",
"runtime": "string",
"source": "string",
"system": false,
"timeoutSeconds": 0
}
Type of the action
base64encoded ZIP of action content (source & dependencies)
Configuration of the action for specific providers
ID of the actions saved compressed content
A list of libraries to import, delimited by a comma
Description of the action
Name of the entry function of the action
ID of the action
Map defining the inputs of the action
Runtime RAM constraints in megabytes
Name of the action
Organization ID of the action.
Project Id of the action (required for non-system actions)
Runtime of the action (python, nodejs, etc...)
Source of the action as string
Flag indicating if the action is a system action
Defines how long an action can run (default 180)
Action updated
{
"actionType": "string",
"compressedContent": "string",
"contentId": "string",
"dependencies": "string",
"description": "string",
"entrypoint": "string",
"id": "string",
"memoryInMB": 0,
"name": "string",
"orgId": "string",
"projectId": "string",
"runtime": "string",
"source": "string",
"system": false,
"timeoutSeconds": 0
}
Type of the action
base64encoded ZIP of action content (source & dependencies)
Configuration of the action for specific providers
ID of the actions saved compressed content
A list of libraries to import, delimited by a comma
Description of the action
Name of the entry function of the action
ID of the action
Map defining the inputs of the action
Runtime RAM constraints in megabytes
Name of the action
Organization ID of the action.
Project Id of the action (required for non-system actions)
Runtime of the action (python, nodejs, etc...)
Source of the action as string
Flag indicating if the action is a system action
Defines how long an action can run (default 180)
Action to update not found