Get a project hook
GET
/v3/projects/{id}/hooks/{hook_id}Get a project hook
请求参数
Path 参数
id
string
必需
The ID of a project
hook_id
integer <int32>
必需
The ID of a project hook
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Get a project hook
数据结构
Deletes project hook
id
string
可选
url
string
可选
created_at
string
可选
push_events
string
可选
tag_push_events
string
可选
enable_ssl_verification
string
可选
project_id
string
可选
issues_events
string
可选
merge_requests_events
string
可选
note_events
string
可选
build_events
string
可选
pipeline_events
string
可选
wiki_page_events
string
可选
示例
{
"id": "string",
"url": "string",
"created_at": "string",
"push_events": "string",
"tag_push_events": "string",
"enable_ssl_verification": "string",
"project_id": "string",
"issues_events": "string",
"merge_requests_events": "string",
"note_events": "string",
"build_events": "string",
"pipeline_events": "string",
"wiki_page_events": "string"
}
最后修改时间: 1 个月前