Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/source/UserGuides/Miscellaneous/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

2.20.15
-------

Bug Fixes
^^^^^^^^^

* Fixed a documentation error related to deleting and undeleting Team Portal tenants.

Related issues and pull requests on GitHub: `#305 <https://github.com/ctera/ctera-python-sdk/pull/305>`_


2.20.14
-------

Expand Down
4 changes: 2 additions & 2 deletions docs/source/UserGuides/Portal/Administration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Delete a Team Portal

.. code-block:: python

admin.portals.delete_tenant('acme')
admin.portals.delete('acme')

Recover a Team Portal
---------------------
Expand All @@ -251,7 +251,7 @@ Recover a Team Portal

.. code-block:: python

admin.portals.undelete_tenant('acme')
admin.portals.undelete('acme')

Subscription Plans
==================
Expand Down