Skip to content

Commit

Permalink
Merge pull request #29 from apellini/patch-1
Browse files Browse the repository at this point in the history
adding status to Firewall IPv4 Rule
  • Loading branch information
akshaymane920 authored Sep 7, 2023
2 parents 58817a9 + 1c1820a commit 50cf80d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pyFortiManagerAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,8 @@ def make_data(_for="policy", **kwargs):
"schedule": "schedule",
"action": "action",
"logtraffic": "logtraffic",
"comment": "comments"
"comment": "comments",
"status": "status"
}

data = {}
Expand Down Expand Up @@ -1351,6 +1352,7 @@ def show_params_for_policy_update():
action(int) : Action
logtraffic(int) : Log Traffic
comment(str) : Comments
status(int) : Status
"""
return docs

Expand Down

0 comments on commit 50cf80d

Please sign in to comment.