POST
/
workflows
/
{workflow_id}
/
webhook
"<any>"

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

workflow_id
required

Query Parameters

workspace_id
string
required

Body

application/json
status
enum<string> | null
Available options:
online,
offline
entrypoint_ref
string | null
method
enum<string> | null
Available options:
GET,
POST

Response

201
application/json
Successful Response

The response is of type any.

Was this page helpful?