Skip to content

Commit

Permalink
REST: Add support for section kwarg with devconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Dinesh Dutt <[email protected]>
  • Loading branch information
ddutt committed May 27, 2024
1 parent 570ffb4 commit 818768a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions suzieq/restServer/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ def query_devconfig(verb: CommonVerbs, request: Request,
view: ViewValues = "latest",
namespace: List[str] = Query(None),
columns: List[str] = Query(default=["default"]),
section: str = Query(None),
query_str: str = None,
what: str = None,
count: str = None, reverse: str = None,
Expand Down

0 comments on commit 818768a

Please sign in to comment.