java.gitea.api/docs/CreateHookOption.md

33 lines
811 B
Markdown
Raw Normal View History

2021-02-28 22:04:54 +01:00
# 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"