Skip to content

Commit

Permalink
Fix docstring typo. Closes #763.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes authored and jlangdev committed Aug 30, 2022
1 parent 20effb7 commit d7a930b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
## Other
+ Updated: Comment updates.
- `_endpoint/_d4c_registration.py`
+ Updated: Fixed docstring typo within `userActionV1` operation. Closes #763.
- `user_management.py`

# Version 1.1.6
## Added features and functionality
Expand Down
4 changes: 2 additions & 2 deletions src/falconpy/user_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ def user_action(self: object, body: dict = None, **kwargs) -> dict:
body : str
Full body payload in JSON format, not required when using other keywords.
{
"action": [{
"action": {
"action_name": "string",
"action_value": "string"
}],
},
"ids": [
"string"
]
Expand Down

0 comments on commit d7a930b

Please sign in to comment.