POST
/
actions
{
  "id": "<string>",
  "workflow_id": "<string>",
  "type": "<string>",
  "title": "<string>",
  "description": "<string>",
  "status": "<string>"
}

Authorizations

fastapiusersauth
string
cookie
required

Query Parameters

workspace_id
string
required

Body

application/json
workflow_id
required
type
string
required
title
string
required
Required string length: 1 - 100

Response

200
application/json
Successful Response
id
string
required
workflow_id
string
required
type
string
required
title
string
required
description
string
required
status
string
required

Was this page helpful?