APIenhancementhelp wanted
仓库指标
- Star
- (6,777 star)
- PR 合并指标
- (平均合并 17小时 31分钟) (30 天内合并 3 个 PR)
描述
Hi Guys, As I know, the response data when get list rule like below so we need return response for list rule with status(active/inactive) for each object rule.
[
{
"action": {
"name": "action01",
"path": "myspace"
},
"annotations": [],
"name": "action01_trigger1",
"namespace": "myspace",
"publish": false,
"trigger": {
"name": "trigger1",
"path": "myspace"
},
"version": "0.0.1"
**//missing status ???**
}
]
Any help for improve this? Thanks