Closed mawasile closed 3 weeks ago
This pull request includes a small but significant change to the GetPolicies function in the internal/services/dlp_policy/api_dlp_policy.go file. The change updates the API path to use the correct version.
GetPolicies
internal/services/dlp_policy/api_dlp_policy.go
v2
v1
This pull request includes a small but significant change to the
GetPolicies
function in theinternal/services/dlp_policy/api_dlp_policy.go
file. The change updates the API path to use the correct version.internal/services/dlp_policy/api_dlp_policy.go
: Updated the API path fromv2
tov1
to ensure the correct endpoint is used in theGetPolicies
function.