apache / apache/openwhisk

List Rule needs status field.

Open
#4,438 5 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.