Skip to content

Commit cc9c342

Browse files
authored
update docs (#306)
1 parent 738d084 commit cc9c342

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/source/UserGuides/Miscellaneous/Changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
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+
415
2.20.14
516
-------
617

docs/source/UserGuides/Portal/Administration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
==================

0 commit comments

Comments
 (0)