Skip to content

Commit 52e87ea

Browse files
committed
add async option to organizations endpoint
1 parent 8b44f38 commit 52e87ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysdig/internal/client/v2/organization.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
const (
10-
organizationsPath = "%s/api/cloudauth/v1/organizations"
10+
organizationsPath = "%s/api/cloudauth/v1/organizations?async=true"
1111
organizationPath = "%s/api/cloudauth/v1/organizations/%s"
1212
)
1313

0 commit comments

Comments
 (0)