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
There are different check that intend to validate whether a parameter needs to be added to the request or not. However for boolean parameters the condition should check whether the value is None or not. Otherwise it is not possible to specify False values, as they will not be added to the request. Below is an example:
There are different check that intend to validate whether a parameter needs to be added to the request or not. However for boolean parameters the condition should check whether the value is None or not. Otherwise it is not possible to specify False values, as they will not be added to the request. Below is an example:
defectdojo_api/defectdojo_api/defectdojo_apiv2.py
Line 714 in 969f97a
The text was updated successfully, but these errors were encountered: