创建通知组
POST
/api/v1/notification_group创建通知组
请求参数
Body 参数application/json
description
string
通知组描述
name
string
通知组名称
notification_config
string
通知配置
示例值:
{"data":123}
notification_type
string
通知类型
示例值:
MEMBER
remark
string
备注
status
string
通知组状态
示例
{
"description": "string",
"name": "string",
"notification_config": "{\"data\":123}",
"notification_type": "MEMBER",
"remark": "string",
"status": "string"
}
示例代码
返回响应
创建通知组成功(200)
无效的请求数据(400)
数据验证失败(422)
服务器内部错误(500)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
可选
示例值:
200
data
object (api.ReadNotificationGroupOutSchema)
可选
created_at
string
可选
description
string
可选
id
string
可选
name
string
可选
notification_config
string
可选
notification_type
string
可选
remark
string
可选
status
string
可选
tenant_id
string
可选
updated_at
string
可选
message
string
可选
示例值:
success
示例
未设置
最后修改时间: 9 个月前