Skip to content

Commit

Permalink
Add comment on sdk level
Browse files Browse the repository at this point in the history
  • Loading branch information
aviadl committed Jun 9, 2024
1 parent 5f816cc commit 0aa9c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions descope/sdk/mgmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ type Tenant interface {
Update(ctx context.Context, id string, tenantRequest *descope.TenantRequest) error

// Delete an existing tenant.
// Pass true on `cascade` in case you want to delete all users/keys associated only with this tenant
//
// IMPORTANT: This action is irreversible. Use carefully.
Delete(ctx context.Context, id string, cascade bool) error
Expand Down

0 comments on commit 0aa9c4e

Please sign in to comment.