mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 01:37:31 +00:00
fix: custom message texts (#2046)
* fix: grpc implementation of custom message texts * fix: proto definition of RemoveHumanAvatar in mgmt api * fix: DeleteCustomText in view (respect key)
This commit is contained in:
@@ -404,7 +404,7 @@ service ManagementService {
|
||||
};
|
||||
}
|
||||
// Removes the avatar number of the human
|
||||
rpc RemoveMyAvatar(RemoveHumanAvatarRequest) returns (RemoveHumanAvatarResponse) {
|
||||
rpc RemoveHumanAvatar(RemoveHumanAvatarRequest) returns (RemoveHumanAvatarResponse) {
|
||||
option (google.api.http) = {
|
||||
delete: "/users/{user_id}/avatar"
|
||||
};
|
||||
|
Reference in New Issue
Block a user