Skip to content
Snippets Groups Projects
Commit 8572f356 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-7350 change proto massege numbering

parent 47a4f775
No related branches found
No related tags found
No related merge requests found
...@@ -213,8 +213,7 @@ message GrpcCreateCollaborationVorgangRequest { ...@@ -213,8 +213,7 @@ message GrpcCreateCollaborationVorgangRequest {
message GrpcCreateCollaborationRequestData { message GrpcCreateCollaborationRequestData {
string vorgangId = 1; string vorgangId = 1;
int32 collaborationLevel = 2; int32 collaborationLevel = 2;
reserved 3; string organisationEinheitId = 3;
string organisationEinheitId = 4;
} }
message GrpcCreateCollaborationVorgangResponse { message GrpcCreateCollaborationVorgangResponse {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment