Path:openapi/v1/metadata/<app_id: int>/events:batchOperate
Method: POST
Content-type: application/json
Body:
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
events | list | 是 | 见下文请求示例 | 事件列表 |
operation_type | int | 是 | 5 | 操作标识,当前只支持
|
{ "events": [ { "name": "aaaa", "show_name": "aaa", "event_group_ids": [ 11130 ], "desc": "aaa" } ], "operation_type": 5 }
Response:
{ "code": 200, "message": "success", "data": true }