PATCH
/
v1
/
workflows
/
{workflow}
/
run
curl --request PATCH \
  --url https://api.base39.io/v1/workflows/{workflow}/run \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"any"'
"any"

Authorizations

Authorization
string
header
required

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

Path Parameters

workflow
string
required

ID do workflow

Body

Pode ser qualquer valor, incluindo null.

Example:

"any"

Response

200
application/json
Ok

Pode ser qualquer valor, incluindo null.

Example:

"any"