Get group level notification level settings, defaults to Global
GET
/v3/groups/{id}/notification_settingsThis feature was introduced in GitLab 8.12
请求参数
Path 参数
id
string
必需
The group ID or project ID or project NAMESPACE/PROJECT_NAME
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Get group level notification level settings, defaults to Global
数据结构
This feature was introduced in GitLab 8.12
level
string
可选
events
string
可选
示例
{
"level": "string",
"events": "string"
}
最后修改时间: 1 个月前