File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 2.20.15
5+ -------
6+
7+ Bug Fixes
8+ ^^^^^^^^^
9+
10+ * Fixed a documentation error related to deleting and undeleting Team Portal tenants.
11+
12+ Related issues and pull requests on GitHub: `#305 <https://github.com/ctera/ctera-python-sdk/pull/305 >`_
13+
14+
4152.20.14
516-------
617
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ Delete a Team Portal
241241
242242.. code-block :: python
243243
244- admin.portals.delete_tenant (' acme' )
244+ admin.portals.delete (' acme' )
245245
246246 Recover a Team Portal
247247---------------------
@@ -251,7 +251,7 @@ Recover a Team Portal
251251
252252.. code-block :: python
253253
254- admin.portals.undelete_tenant (' acme' )
254+ admin.portals.undelete (' acme' )
255255
256256 Subscription Plans
257257==================
You can’t perform that action at this time.
0 commit comments