mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 03:07:31 +00:00
docs(user): change some deprecated links (#8913)
# Which Problems Are Solved Some links are pointing to the deprecated API v1 # How the Problems Are Solved Change the link to the API V2 # Additional Changes For the moment, I don't have the time to add more links in the API v1 pages. Maybe later, when I will have time, I will add more links --------- Co-authored-by: Fabi <fabienne@zitadel.com>
This commit is contained in:

committed by
GitHub

parent
c165ed07f4
commit
b65266907c
@@ -472,7 +472,7 @@ service ManagementService {
|
||||
|
||||
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
|
||||
summary: "Create/Import User (Human)";
|
||||
description: "Create/import a new user with the type human. The newly created user will get an initialization email if either the email address is not marked as verified or no password is set. If a password is set the user will not be requested to set a new one on the first login.\n\nDeprecated: please use user service v2 AddHumanUser"
|
||||
description: "Create/import a new user with the type human. The newly created user will get an initialization email if either the email address is not marked as verified or no password is set. If a password is set the user will not be requested to set a new one on the first login.\n\nDeprecated: please use user service v2 [AddHumanUser](apis/resources/user_service_v2/user-service-add-human-user.api.mdx)"
|
||||
tags: "Users";
|
||||
tags: "User Human"
|
||||
deprecated: true;
|
||||
|
Reference in New Issue
Block a user