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:
elinashoko
2025-07-30 18:41:25 +07:00
committed by GitHub
parent 50f92afb69
commit 82e4466928
4 changed files with 9 additions and 21 deletions

View File

@@ -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,
},