Create new version (breaking change)

Creates a new version of the trigger for breaking schema changes.

Soft push (default): Old version is marked as deprecated but continues to work. Developers should broadcast both versions during transition.

Force push: Old version is immediately marked obsolete and flows using it stop running. Use this for breaking bug fixes or when you don't want to maintain multiple versions.

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

The handle of the trigger to create a new version for.

Body Params
triggerSchema
object

The new trigger schema for payload validation. conditionsSchema is derived automatically.

boolean
Defaults to false

If true, immediately marks the old version as obsolete (force push). If false (default), marks the old version as deprecated (soft push).

string

Custom message explaining the deprecation/obsolescence.

Responses

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