33 lines
811 B
Markdown
33 lines
811 B
Markdown
|
|
||
|
|
||
|
# CreateHookOption
|
||
|
|
||
|
CreateHookOption options when create a hook
|
||
|
## Properties
|
||
|
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**active** | **Boolean** | | [optional]
|
||
|
**branchFilter** | **String** | | [optional]
|
||
|
**config** | **Map<String, String>** | CreateHookOptionConfig has all config options in it required are \"content_type\" and \"url\" Required |
|
||
|
**events** | **List<String>** | | [optional]
|
||
|
**type** | [**TypeEnum**](#TypeEnum) | |
|
||
|
|
||
|
|
||
|
|
||
|
## Enum: TypeEnum
|
||
|
|
||
|
Name | Value
|
||
|
---- | -----
|
||
|
DINGTALK | "dingtalk"
|
||
|
DISCORD | "discord"
|
||
|
GITEA | "gitea"
|
||
|
GOGS | "gogs"
|
||
|
MSTEAMS | "msteams"
|
||
|
SLACK | "slack"
|
||
|
TELEGRAM | "telegram"
|
||
|
FEISHU | "feishu"
|
||
|
|
||
|
|
||
|
|