mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-01 19:32:36 +00:00
docs: correct api v2 docs for zitadel v4 (#10249)
# Which Problems Are Solved
As documentation is published from the main branch and the releases get
created from another branch, they are not always correctly equal.
# How the Problems Are Solved
Add previously removed docs again to the documentation.
Add deprecation notes on all replaced endpoints related to
administrators, authentications and projects.
## Deprecated endpoints
- Management service
- to Organization service v2
- GetOrgByDomainGlobal
- to User service v2
- AddMachineUser
- UpdateMachine
- GenerateMachineSecret
- RemoveMachineSecret
- GetMachineKeyByIDs
- ListMachineKeys
- AddMachineKey
- RemoveMachineKey
- UpdateUserName
- SetUserMetadata
- BulkSetUserMetadata
- ListUserMetadata
- GetUserMetadata
- RemoveUserMetadata
- BulkRemoveUserMetadata
- UpdateHumanPhone
- GetPersonalAccessTokenByIDs
- ListPersonalAccessTokens
- AddPersonalAccessToken
- RemovePersonalAccessToken
- to Application service v2beta
- ListAppKeys
- to Project service v2beta
- GetProjectByID
- GetGrantedProjectByID
- ListProjects
- ListGrantedProjects
- ListGrantedProjectRoles
- AddProject
- UpdateProject
- DeactivateProject
- ReactivateProject
- RemoveProject
- ListProjectRoles
- AddProjectRole
- BulkAddProjectRoles
- UpdateProjectRole
- RemoveProjectRole
- GetProjectGrantByID
- ListProjectGrants
- ListAllProjectGrants
- AddProjectGrant
- UpdateProjectGrant
- DeactivateProjectGrant
- ReactivateProjectGrant
- RemoveProjectGrant
- to Internal Permission service v2beta
- ListUserMemberships
- ListOrgMembers
- AddOrgMember
- UpdateOrgMember
- RemoveOrgMember
- ListProjectMembers
- AddProjectMember
- UpdateProjectMember
- RemoveProjectMember
- ListProjectGrantMembers
- AddProjectGrantMember
- UpdateProjectGrantMember
- RemoveProjectGrantMember
- Admin service
- to Instance service v2
- GetMyInstance
- ListInstanceDomains
- ListInstanceTrustedDomains
- AddInstanceTrustedDomain
- RemoveInstanceTrustedDomain
- to Organization service v2
- GetOrgByID
- IsOrgUnique
- GetDefaultOrg
- to Internal Permission service v2beta
- ListIAMMembers
- AddIAMMember
- UpdateIAMMember
- RemoveIAMMember
# Additional Changes
None
# Additional Context
Related to #10112
---------
Co-authored-by: Gayathri Vijayan <66356931+grvijayan@users.noreply.github.com>
Co-authored-by: Gayathri Vijayan <gayathri+github@zitadel.com>
Co-authored-by: Marco A. <marco@zitadel.com>
This commit is contained in:
@@ -7,6 +7,7 @@ const sidebar_api_system = require("./docs/apis/resources/system/sidebar.ts").de
|
||||
const sidebar_api_user_service_v2 = require("./docs/apis/resources/user_service_v2/sidebar.ts").default
|
||||
const sidebar_api_session_service_v2 = require("./docs/apis/resources/session_service_v2/sidebar.ts").default
|
||||
const sidebar_api_oidc_service_v2 = require("./docs/apis/resources/oidc_service_v2/sidebar.ts").default
|
||||
const sidebar_api_saml_service_v2 = require("./docs/apis/resources/saml_service_v2/sidebar.ts").default
|
||||
const sidebar_api_settings_service_v2 = require("./docs/apis/resources/settings_service_v2/sidebar.ts").default
|
||||
const sidebar_api_feature_service_v2 = require("./docs/apis/resources/feature_service_v2/sidebar.ts").default
|
||||
const sidebar_api_org_service_v2 = require("./docs/apis/resources/org_service_v2/sidebar.ts").default
|
||||
@@ -17,7 +18,7 @@ const sidebar_api_project_service_v2 = require("./docs/apis/resources/project_se
|
||||
const sidebar_api_webkey_service_v2 = require("./docs/apis/resources/webkey_service_v2/sidebar.ts").default
|
||||
const sidebar_api_instance_service_v2 = require("./docs/apis/resources/instance_service_v2/sidebar.ts").default
|
||||
const sidebar_api_authorization_service_v2 = require("./docs/apis/resources/authorization_service_v2/sidebar.ts").default
|
||||
const sidebar_api_permission_service_v2 = require("./docs/apis/resources/internal_permission_service_v2/sidebar.ts").default
|
||||
const sidebar_api_internal_permission_service_v2 = require("./docs/apis/resources/internal_permission_service_v2/sidebar.ts").default
|
||||
const sidebar_api_app_v2 = require("./docs/apis/resources/application_service_v2/sidebar.ts").default
|
||||
|
||||
module.exports = {
|
||||
@@ -710,6 +711,18 @@ module.exports = {
|
||||
},
|
||||
items: sidebar_api_oidc_service_v2,
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "SAML",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "SAML Service API",
|
||||
slug: "/apis/resources/saml_service_v2",
|
||||
description:
|
||||
"Get SAML Request details and create responses.\n",
|
||||
},
|
||||
items: sidebar_api_saml_service_v2,
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Settings",
|
||||
@@ -872,17 +885,17 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Permissions (Beta)",
|
||||
label: "Internal Permissions (Beta)",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Permission Service API (Beta)",
|
||||
slug: "/apis/resources/permission_service_v2",
|
||||
title: "Internal Permission Service API (Beta)",
|
||||
slug: "/apis/resources/internal_permission_service_v2",
|
||||
description:
|
||||
"This API is intended to manage internal permissions in ZITADEL.\n" +
|
||||
"\n"+
|
||||
"This API is in beta state. It can AND will continue breaking until a stable version is released.\n"
|
||||
},
|
||||
items: sidebar_api_permission_service_v2,
|
||||
items: sidebar_api_internal_permission_service_v2,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user