Files
2026-04-02 00:02:03 +00:00

16 lines
974 B
Markdown

# Hook
## 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]
**createdAt** | [**Date**](Date.md) | | [optional]
**events** | **List<String>** | List of events that trigger this webhook | [optional]
**id** | **Long** | The unique identifier of the webhook | [optional]
**name** | **String** | Optional human-readable name for the webhook | [optional]
**type** | **String** | The type of the webhook (e.g., gitea, slack, discord) | [optional]
**updatedAt** | [**Date**](Date.md) | | [optional]