mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:07:31 +00:00
docs: deprecate organization v2beta endpoints + remove scim preview notice (#10350)
# Which Problems Are Solved The documentation API regarding organization v2 beta is not up to date. The documentation regarding SCIM v2 is not up to date. # How the Problems Are Solved - Deprecate the existing v2beta endpoints `CreateOrganization` and `ListOrganizations` in favour of the v2 counterparst - Remove the preview warning from SCIM v2 pages # Additional Context - Closes #10311 and #10310 --------- Co-authored-by: Marco Ardizzone <marco@zitadel.com>
This commit is contained in:
@@ -751,10 +751,10 @@ module.exports = {
|
||||
label: "Organization (Beta)",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Organization Service beta API",
|
||||
title: "Organization Service Beta API",
|
||||
slug: "/apis/resources/org_service/v2beta",
|
||||
description:
|
||||
"This API is intended to manage organizations for ZITADEL. \n",
|
||||
"This beta API is intended to manage organizations for ZITADEL. Expect breaking changes to occur. Please use the v2 version for a stable API. \n",
|
||||
},
|
||||
items: sidebar_api_org_service_v2beta,
|
||||
},
|
||||
|
Reference in New Issue
Block a user