Path:openapi/v1/metadata/<app_id: int>/events
Method: PATCH
Content-type: application/json
Body:
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
id | int | 是 | 3228105 | 事件id |
status | int | 否 | 1 | 状态信息
|
description | str | 否 | null | 描述信息 |
show_name | str | 否 | null | 展示信息 |
{ "status": 1, "id": 3228105 }
Response:
{ "code": 200, "message": "success", "data": true }