Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aviadl committed Jun 9, 2024
1 parent 95fd11c commit 5f816cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ err := descopeClient.Management.Tenant().CreateWithID(context.Background(), "my-
err := descopeClient.Management.Tenant().Update(context.Background(), "my-custom-id", "My Tenant", tenantRequest)

// Tenant deletion cannot be undone. Use carefully.
// Path true to cascade value, in case you want to delete all users/keys associated only with this tenant
// Pass true to cascade value, in case you want to delete all users/keys associated only with this tenant
err := descopeClient.Management.Tenant().Delete(context.Background(), "my-custom-id", false)

// Load tenant by id
Expand Down

0 comments on commit 5f816cc

Please sign in to comment.