We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98e2c34 + 4503186 commit 52e4c41Copy full SHA for 52e4c41
api.go
@@ -28,8 +28,8 @@ import (
28
)
29
30
const (
31
- findHashPath = "v1beta1/hashes:search"
32
- fetchUpdatePath = "v1beta1/threatLists:computeDiff"
+ findHashPath = "v1/hashes:search"
+ fetchUpdatePath = "v1/threatLists:computeDiff"
33
threatTypeString = "threat_type"
34
versionTokenString = "version_token"
35
supportedCompressionsString = "constraints.supported_compressions"
0 commit comments