Endpoint
Authentication
Bearer token required.Path Parameters
string
required
The workflow’s unique ID.
Request Body
All fields are optional, but at least one must be provided.string
New workflow name.
string
New source code.
string[]
New list of trigger events.
string | null
New room scope. Set to
null to trigger for all rooms.boolean
Enable or disable the workflow.
Response
WorkflowRegistration
The updated workflow object. See
WorkflowRegistration.Example
Response