v1

latestOpenAPI 3.0.42026-08-0462132372.2 KB

Update deployed trigger

Modify the configuration of a deployed trigger, including active status

put/v1/connect/{project_id}/deployed-triggers/{trigger_id}

Query parameters

external_user_idstring required

The external user ID who owns the trigger

Headers

x-pd-environment'development' | 'production' required

The environment in which the server client is running

The environment in which the server client is running

Request body

activeboolean

Whether the trigger should be active

configured_propsConfiguredProps

The configured properties of the component

namestring

The name of the trigger

emit_on_deployboolean

Whether the trigger should emit events during deployment

Response

deployed trigger updated

Example response

{
  "data": {
    "configurable_props": [
      {
        "app": "github"
      }
    ]
  }
}