Skip to main content
PATCH
/
v2
/
workflows
/
{id}
Update workflow
curl --request PATCH \
  --url https://api.portable.io/v2/workflows/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "definition": {},
  "enabled": true
}
'
{
  "data": {
    "$ref": "#/components/examples/workflowExample/value"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer<int>
required

ID

Body

application/json
name
string
description
string
definition
object
enabled
boolean

Response

OK

data
object
required