Update strings.py
Browse files- strings.py +1 -1
strings.py
CHANGED
|
@@ -420,7 +420,7 @@ func_definitions = {
|
|
| 420 |
- data, json, Vote object
|
| 421 |
- x-apikey, string, required, Your API key
|
| 422 |
"""),
|
| 423 |
-
("vt_get_ip_address_report",
|
| 424 |
"""
|
| 425 |
Retrieve an IP address report. These reports condense all of the recent activity that VirusTotal has seen for the resource under consideration, as well as contextual information about it.
|
| 426 |
This function specifically generates these reports using the IP address parameter.
|
|
|
|
| 420 |
- data, json, Vote object
|
| 421 |
- x-apikey, string, required, Your API key
|
| 422 |
"""),
|
| 423 |
+
("vt_get_ip_address_report(ip: str, x_apikey: str)",
|
| 424 |
"""
|
| 425 |
Retrieve an IP address report. These reports condense all of the recent activity that VirusTotal has seen for the resource under consideration, as well as contextual information about it.
|
| 426 |
This function specifically generates these reports using the IP address parameter.
|