Skip to content

Commit 3a33289

Browse files
committed
readme fix
1 parent 42699e9 commit 3a33289

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -556,11 +556,11 @@ descope_client.mgmt.tenant.update(
556556
custom_attributes={"attribute-name": "value"},
557557
)
558558

559-
# Managing the tenant's session settings
560-
# Getting the session settings
559+
# Managing the tenant's settings
560+
# Getting the settings
561561
descope_client.mgmt.tenant.load_settings(id="my-custom-id")
562562

563-
# updating the session settings
563+
# updating the settings
564564
descope_client.mgmt.tenant.update_settings(id="my-custom-id", self_provisioning_domain=["domain.com"], session_settings_enabled=True, refresh_token_expiration=1, refresh_token_expiration_unit="hours")
565565

566566

0 commit comments

Comments
 (0)