Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.19 KB

changes-to-tenant-management-api.adoc

File metadata and controls

20 lines (15 loc) · 1.19 KB
permalink sidebar keywords summary
upgrade/changes-to-tenant-management-api.html
sidebar
tenant management api, api, api version, swagger, rest api
StorageGRID 11.6 uses version 3 of the Tenant Management API. Version 3 deprecates version 2; however, version 1 and version 2 are still supported.

Changes to the Tenant Management API

StorageGRID 11.6 uses version 3 of the Tenant Management API. Version 3 deprecates version 2; however, version 1 and version 2 are still supported.

Important
You can continue to use version 1 and version 2 of the management API with StorageGRID 11.6; however, support for these versions of the API will be removed in a future release of StorageGRID. After upgrading to StorageGRID 11.6, the deprecated v1 and v2 APIs can be deactivated using the PUT /grid/config/management API.

To learn more, go to Understand the Tenant Management API.

PATCH method deprecated

The PATCH method has now been deprecated and will be removed in a future release. As required, perform a PUT operation to replace a resource instead of using a PATCH operation to modify the resource.