Skip to main content
PATCH
/
workspaces
/
{workspace_id}
/
workflows
/
{workflow_id}
/
case-trigger
Error
A valid request URL is required to generate request examples
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

workspace_id
string<uuid>
required
workflow_id
required
Pattern: wf_[0-9a-zA-Z]+

Body

application/json
status
enum<string> | null
Available options:
online,
offline
event_types
enum<string>[] | null

Case activity type values.

Available options:
case_created,
case_updated,
case_closed,
case_reopened,
case_viewed,
priority_changed,
severity_changed,
status_changed,
fields_changed,
assignee_changed,
attachment_created,
attachment_deleted,
tag_added,
tag_removed,
payload_changed,
task_created,
task_deleted,
task_status_changed,
task_priority_changed,
task_workflow_changed,
task_assignee_changed,
dropdown_value_changed,
table_row_linked,
table_row_unlinked,
comment_created,
comment_updated,
comment_deleted,
comment_reply_created,
comment_reply_updated,
comment_reply_deleted
tag_filters
string[] | null

Response

Successful Response