List Rule needs status field.
Open
API
enhancement
help wanted
- Dominant language
- Scala
- Stars
- 6.8k
- Forks
- 1.2k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 2
Description
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.
```json
[
{
"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
Contributor guide
Assessment
This issue has not been assessed yet.