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.
1 parent 8b44f38 commit 4d0cab1Copy full SHA for 4d0cab1
sysdig/internal/client/v2/organization.go
@@ -7,8 +7,8 @@ import (
7
)
8
9
const (
10
- organizationsPath = "%s/api/cloudauth/v1/organizations"
11
- organizationPath = "%s/api/cloudauth/v1/organizations/%s"
+ organizationsPath = "%s/api/cloudauth/v1/organizations?async=true"
+ organizationPath = "%s/api/cloudauth/v1/organizations/%s?async=true"
12
13
14
type OrganizationSecureInterface interface {
0 commit comments