Update a trigger
PATCH/v1/projects/:project_id/triggers/:trigger_id
Retune the schedule, its target, or whether it fires at all. At least one field is required. type is immutable; target_type may be changed only together with target_id.
Request
Responses
- 200
- 400
- 401
- 404
Trigger updated.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).