mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 03:57:32 +00:00
docs: fix wrong examples and links (#8780)
# Which Problems Are Solved - The addorgmember request shows a wrong example in the api documentation - Broken Links on actions feature description # How the Problems Are Solved - Change example of AddOrgMember API Docs - Point towards correct links --------- Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
This commit is contained in:
@@ -9208,7 +9208,7 @@ message AddOrgMemberRequest {
|
||||
string user_id = 1 [(validate.rules).string = {min_len: 1, max_len: 200}];
|
||||
repeated string roles = 2 [
|
||||
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
|
||||
example: "[\"IAM_OWNER\"]";
|
||||
example: "[\"ORG_OWNER\"]";
|
||||
description: "If no roles are provided the user won't have any rights"
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user