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:
Fabi
2023-07-07 15:13:45 +02:00
committed by GitHub
parent 5f5f1558d0
commit 5182cb3ce3
7 changed files with 28 additions and 28 deletions

View File

@@ -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."
};
}