v1
latestOpenAPI 3.0.42026-08-0462132372.2 KBUpdate 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
Response
deployed trigger updated
Example response
{
"data": {
"configurable_props": [
{
"app": "github"
}
]
}
}