Skip to content

Commit 4d0cab1

Browse files
committed
add async option to organizations endpoint
1 parent 8b44f38 commit 4d0cab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sysdig/internal/client/v2/organization.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
)
88

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

1414
type OrganizationSecureInterface interface {

0 commit comments

Comments
 (0)