update gcp trigger
Path parameters
Request body
Path to the GCP resource containing service account credentials for authentication.
The mode of subscription. 'existing' means using an existing GCP subscription, while 'create_update' involves creating or updating a new subscription.
Google Cloud Pub/Sub topic ID to subscribe to.
Google Cloud Pub/Sub subscription ID.
Base URL for push delivery endpoint.
Delivery mode for messages. 'push' for HTTP push delivery where messages are sent to a webhook endpoint, 'pull' for polling where the trigger actively fetches messages.
The unique Windmill path for this trigger. Must be of the form u/<user>/<path> or f/<folder>/<path>. This is the trigger object path, not the HTTP route path.
Path to the script or flow to execute when a message is received.
True if script_path points to a flow, false if it points to a script.
job trigger mode
If true, automatically acknowledge messages after processing.
Time in seconds within which the message must be acknowledged. If not provided, defaults to the subscription's acknowledgment deadline (600 seconds).
Path to a script or flow to run when the triggered job fails.
The arguments to pass to the script or flow
The user or group this trigger runs as. Used during deployment to preserve the original trigger owner.
When true and the caller is a member of the 'wm_deployers' group, preserves the original permissioned_as value instead of overwriting it.
Response
gcp trigger updated