mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:07:31 +00:00
fix: rename to given and family name (#6152)
* fix: rename to given and family name * fix: rename to given and family name * fix: rename to given and family name
This commit is contained in:
@@ -361,7 +361,7 @@ service AuthService {
|
||||
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
|
||||
tags: "User Profile";
|
||||
summary: "Get My Profile";
|
||||
description: "Returns the profile information of the authenticated user, this includes first name, last name, etc."
|
||||
description: "Returns the profile information of the authenticated user, this includes given name, family name, etc."
|
||||
};
|
||||
}
|
||||
|
||||
@@ -378,7 +378,7 @@ service AuthService {
|
||||
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
|
||||
tags: "User Profile";
|
||||
summary: "Update My Profile";
|
||||
description: "Change the profile information of the authenticated user. This includes information like first name, last name, language, etc."
|
||||
description: "Change the profile information of the authenticated user. This includes information like given name, family name, language, etc."
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user