zhen-dong-nexusflow commited on
Commit
46ca192
1 Parent(s): f9890fa

Update strings.py

Browse files
Files changed (1) hide show
  1. strings.py +2 -2
strings.py CHANGED
@@ -748,7 +748,7 @@ func_definitions = {
748
  - data, json, Vote object
749
  - x-apikey, string, required, Your API key
750
  """),
751
- ("vt_get_ip_address_report",
752
  """
753
  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.
754
  This function specifically generates these reports using the IP address parameter.
@@ -1123,7 +1123,7 @@ func_definitions = {
1123
  - data, json, Vote object
1124
  - x-apikey, string, required, Your API key
1125
  """),
1126
- ("vt_get_ip_address_report",
1127
  """
1128
  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.
1129
  This function specifically generates these reports using the IP address parameter.
 
748
  - data, json, Vote object
749
  - x-apikey, string, required, Your API key
750
  """),
751
+ ("vt_get_ip_address_report(ip: str, x_apikey: str)",
752
  """
753
  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.
754
  This function specifically generates these reports using the IP address parameter.
 
1123
  - data, json, Vote object
1124
  - x-apikey, string, required, Your API key
1125
  """),
1126
+ ("vt_get_ip_address_report(ip: str, x_apikey: str)",
1127
  """
1128
  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.
1129
  This function specifically generates these reports using the IP address parameter.