diff --git a/src/falconpy/installation_tokens.py b/src/falconpy/installation_tokens.py index b21f0aff7..e59881d47 100644 --- a/src/falconpy/installation_tokens.py +++ b/src/falconpy/installation_tokens.py @@ -216,7 +216,7 @@ def tokens_update(self: object, body: dict, parameters: dict = None, **kwargs) - """ if not body: body = installation_token_payload(passed_keywords=kwargs) - if kwargs.get("revoked", None): + if kwargs.get("revoked", None) is not None: body["revoked"] = kwargs.get("revoked", None) return process_service_request(