POST
/
actions
/
{action_id}
{
  "id": "<string>",
  "type": "<string>",
  "title": "<string>",
  "description": "<string>",
  "status": "<string>",
  "inputs": "<string>",
  "control_flow": {
    "run_if": "<string>",
    "for_each": "<string>",
    "join_strategy": "any",
    "retry_policy": {
      "max_attempts": 1,
      "timeout": 300,
      "retry_until": "<string>"
    },
    "start_delay": 0,
    "wait_until": "<string>"
  }
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

action_id
string
required

Query Parameters

workspace_id
string
required

Body

application/json
title
string | null
Required string length: 1 - 100
description
string | null
Maximum length: 1000
status
string | null
inputs
string
default:
Maximum length: 10000
control_flow
object | null

Response

200
application/json
Successful Response
id
string
required
type
string
required
title
string
required
description
string
required
status
string
required
inputs
string
required
control_flow
object

Was this page helpful?