mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-06 06:16:47 +00:00
fix: api docs (#6229)
Co-authored-by: Florian Forster <florian@zitadel.com>
This commit is contained in:
parent
fcc1acbf81
commit
07ef9af513
@ -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)."
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user