Skip to main content
PATCH
/
workflows
/
{workflow_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

workflow_id
required

Query Parameters

workspace_id
string<uuid>
required

Body

application/json
title
string | null

Workflow title, between 3 and 100 characters

Required string length: 3 - 100
description
string | null

Optional workflow description, up to 1000 characters

Maximum string length: 1000
status
enum<string> | null
Available options:
online,
offline
object
Object · object
version
integer | null
entrypoint
string | null
icon_url
string | null
static_inputs
Static Inputs · object
expects
Expects · object
returns
unknown
config
DSLConfig · object

This is the runtime configuration for the workflow.

Activities don't need access to this.

alias
string | null
error_handler
string | null

Response

Successful Response