You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The tokens_update method within the InstallationTokens Service Class has an error in the payload handler that does not recognize when the revoked argument is passed as False.
To Reproduce
Create an instance of the InstallationTokens Service Class and call the tokens_update method with revoked set to False. This value is not properly passed to the body payload.
Expected behavior
When the revoked keyword is provided, it should be flowed down to the body payload regardless of value.
Environment (please complete the following information):
OS: All Supported
Python: All Supported
FalconPy: 0.7.0 - 1.3.3
Additional context
Discovered while working on an Installation Tokens sample.
The text was updated successfully, but these errors were encountered:
jshcodes
changed the title
[ BUG ] tokens_update payload handler does not properly pass handle the revoked keyword argument
[ BUG ] tokens_update payload handler does not properly handle the revoked keyword argument
Nov 15, 2023
Describe the bug
The
tokens_update
method within the InstallationTokens Service Class has an error in the payload handler that does not recognize when therevoked
argument is passed asFalse
.To Reproduce
Create an instance of the InstallationTokens Service Class and call the
tokens_update
method withrevoked
set toFalse
. This value is not properly passed to the body payload.Expected behavior
When the revoked keyword is provided, it should be flowed down to the body payload regardless of value.
Environment (please complete the following information):
Additional context
Discovered while working on an Installation Tokens sample.
The text was updated successfully, but these errors were encountered: