Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sysdig/internal/client/v2/organization.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
)

const (
organizationsPath = "%s/api/cloudauth/v1/organizations"
organizationPath = "%s/api/cloudauth/v1/organizations/%s"
organizationsPath = "%s/api/cloudauth/v1/organizations?async=true"
organizationPath = "%s/api/cloudauth/v1/organizations/%s?async=true"
)

type OrganizationSecureInterface interface {
Expand Down
Loading