Skip to main content
PATCH
/
projects
/
{id}
/
event-triggers
/
{triggerId}
Update event trigger
curl --request PATCH \
  --url https://bugzy.ai/api/v1/projects/{id}/event-triggers/{triggerId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "enabled": true,
  "taskOverride": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://www.bugzy.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Project API key (bzy_proj_*). Generate in Dashboard → Project Settings → API Key.

Path Parameters

id
string<uuid>
required
triggerId
string<uuid>
required

Body

application/json
enabled
boolean
taskOverride
string | null

Response

200

Trigger updated