Skip to content
Snippets Groups Projects
Commit 68736e03 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-532 fix naming

parent 32bcd6c4
Branches
Tags
No related merge requests found
......@@ -39,7 +39,7 @@ message GrpcCreateCommandRequest {
int64 relationVersion = 4;
de.itvsh.ozg.pluto.wiedervorlage.GrpcWiedervorlage wiedervorlage = 5;
de.itvsh.ozg.pluto.kommentar.GrpcKommentar kommentar = 6;
GrpcRedirectVorgangRequest redirectVorgangRequest = 7;
GrpcRedirectRequest redirectRequest = 7;
}
message GrpcCommandResponse {
......@@ -83,7 +83,7 @@ message GrpcExistsPendingCommandsResponse {
bool existsPendingCommands = 1;
}
message GrpcRedirectVorgangRequest {
message GrpcRedirectRequest {
string email = 1;
string password = 2;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment