Update a trigger (non-breaking)

Updates the latest active version of a flow trigger in place. If triggerSchema changes are provided, they are validated to ensure they are non-breaking. Breaking changes will return a 400 error — use POST to create a new version instead. conditionsSchema is derived automatically from triggerSchema.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The handle of the flow trigger to update.

Body Params
string

The name of the flow trigger.

string

The description of the flow trigger.

string

The URL of the flow trigger.

triggerSchema
object

The trigger schema (must be a non-breaking change). conditionsSchema is derived automatically.

boolean

Whether the trigger is enabled.

string

Not allowed on update. resourceType is immutable after creation. Will return 400 if provided.

string

Category for UI organization.

Responses

400

Breaking schema change detected. Use POST to create a new version.

404

Trigger not found

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json