33 lines
811 B
Markdown
Executable File
33 lines
811 B
Markdown
Executable File
|
|
|
|
# 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"
|
|
|
|
|
|
|