Skip to content

Commit 9e2a774

Browse files
authored
Fixed typo (#47)
1 parent 43ba034 commit 9e2a774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defectdojo_api/defectdojo_apiv2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __init__(self, host, api_token, user, api_version='v2', verify_ssl=True, tim
1919
:param host: The URL for the DefectDojo server. (e.g., http://localhost:8000/DefectDojo/)
2020
:param api_token: The API token generated on the DefectDojo API key page.
2121
:param user: The user associated with the API key.
22-
:param api_version: API version to call, the default is v1.
22+
:param api_version: API version to call, the default is v2.
2323
:param verify_ssl: Specify if API requests will verify the host's SSL certificate, defaults to true.
2424
:param timeout: HTTP timeout in seconds, default is 30.
2525
:param proxis: Proxy for API requests.

0 commit comments

Comments
 (0)