代码托管 CODEARTS REPO-查询指定项目的Webhook列表:响应示例

时间:2024-10-26 11:09:47

响应示例

状态码: 200

OK

{
    "result": [
        {
            "id": 9,
            "url": "http://www.example.com/project001",
            "push_events": true,
            "tag_push_events": true,
            "merge_requests_events": false,
            "note_events": false,
            "token": "************",
            "name": "webhook_default",
            "description": null,
            "token_type": "X-Repo-Token",
            "status": 0,
            "manual_build": false,
            "service": null,
            "push_events_branch_regex_filter": ".*",
            "created_at": "2024-03-16T16:16:31.000+08:00"
        }
    ],
    "status": "success"
}
support.huaweicloud.com/api-codeartsrepo/zh-cn_topic_0000002006944112.html