Skip to content

Commit 96a33e0

Browse files
change get policy api
1 parent 204e88f commit 96a33e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysdig/internal/client/v2/posture_policies.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
const (
1010
PosturePolicyListPath = "%s/api/cspm/v1/policy/policies/list"
1111
PosturePolicyCreatePath = "%s/api/cspm/v1/policy"
12-
PosturePolicyGetPath = "%s/api/cspm/v1/policy/policies/view/%d"
12+
PosturePolicyGetPath = "%s/api/cspm/v1/policy/%d"
1313
)
1414

1515
type PosturePolicyInterface interface {

0 commit comments

Comments
 (0)