gitee_update_webhook
Update a webhook configuration for a Gitee repository, specifying payload URL, events, and encryption settings.
Instructions
Update a webhook
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository path name | |
| id | Yes | Webhook ID | |
| url | Yes | Payload URL | |
| encryption_type | No | Encryption type | |
| password | No | Password or secret | |
| push_events | No | Push events | |
| tag_push_events | No | Tag push events | |
| issues_events | No | Issues events | |
| note_events | No | Comment events | |
| merge_requests_events | No | PR events |