mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-04 16:52:17 +00:00
12 lines
699 B
Markdown
12 lines
699 B
Markdown
# EditHookOption
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**active** | **Boolean** | Whether the webhook is active and will be triggered | [optional]
|
|
**authorizationHeader** | **String** | Authorization header to include in webhook requests | [optional]
|
|
**branchFilter** | **String** | Branch filter pattern to determine which branches trigger the webhook | [optional]
|
|
**config** | **Map<String, String>** | Configuration settings for the webhook | [optional]
|
|
**events** | **List<String>** | List of events that trigger this webhook | [optional]
|
|
**name** | **String** | Optional human-readable name | [optional]
|