fix: api docs (#6229)

Co-authored-by: Florian Forster <florian@zitadel.com>
This commit is contained in:
Fabi 2023-07-20 08:59:06 +02:00 committed by GitHub
parent fcc1acbf81
commit 07ef9af513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -820,7 +820,7 @@ service AuthService {
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
tags: "User Authorizations/Grants"
summary: "List My Authorizations/Grants";
summary: "List My Organizations";
description: "Returns a list of the organizations where the authenticated user has any authorizations/user grants. The request is made in the context of the requested project. This request can be used in multi-tenancy applications to show the user a tenant switcher."
};
}
@ -852,7 +852,7 @@ service AuthService {
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
tags: "User Authorizations/Grants"
summary: "List My Project Permissions";
summary: "List My Project Roles";
description: "Returns a list of roles for the authenticated user and for the requesting project (based on the token)."
};
}
@ -869,8 +869,8 @@ service AuthService {
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
tags: "User Memberships"
summary: "List My ZITADEL Permissions";
description: "Show all the permissions my user has in ZITADEL (ZITADEL Manager)."
summary: "List My ZITADEL Manager Roles";
description: "Show all the management roles my user has in ZITADEL (ZITADEL Manager)."
};
}