代码托管 CodeArts Repo-查询指定仓库的Webhook:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
error |
Error object |
参数解释: 接口调用时,响应错误。 取值范围: 无。 |
result |
RepoListHook object |
参数解释: 接口调用的响应结果。 取值范围: 无。 |
status |
String |
参数解释: 调用此接口的响应状态。 取值范围:
|
参数 |
参数类型 |
描述 |
---|---|---|
code |
String |
参数解释: 调用此接口失败时返回的错误码。 取值范围:
|
message |
String |
参数解释: 调用此接口失败时返回的提示信息。 |
参数 |
参数类型 |
描述 |
---|---|---|
id |
Integer |
Webhook ID |
project_id |
Integer |
仓库ID |
created_at |
String |
Webhook创建的时间 |
enable_ssl_verification |
Boolean |
是否使用ssl验证 |
push_events |
Boolean |
是否触发push_events事件 |
tag_push_events |
Boolean |
是否触发tag_push_events事件 |
repository_update_events |
Boolean |
是否触发repository_update_events事件 |
merge_requests_events |
Boolean |
是否触发merge_requests_events事件 |
issues_events |
Boolean |
是否触发issues_events事件 |
note_events |
Boolean |
是否触发note_events事件 |
pipeline_events |
Boolean |
是否触发pipeline_events事件 |
wiki_page_events |
Boolean |
是否触发wiki_page_events事件 |