Path:openapi/v1/metadata/<app_id: int>/events:batchOperate
Method: POST
Content-type: application/json
Body:
Parameter | Type | Description | Required |
---|---|---|---|
events | list | 事件列表 | true |
operation_type | int | 操作标识,当前只支持
| true |
{ "events": [ { "name": "aaaa", "show_name": "aaa", "event_group_ids": [ 11130 ], "desc": "aaa" } ], "operation_type": 5 }
Response:
{ "code": 200, "message": "success", "data": true }