From 6362c4bb95eaa04a66924d3b5c8409162bbbea33 Mon Sep 17 00:00:00 2001 From: Alena Lobanova <lobanova@perx.ru> Date: Fri, 7 Jul 2023 09:16:49 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- proto/references/references.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/references/references.proto b/proto/references/references.proto index d84be73..589d4fd 100644 --- a/proto/references/references.proto +++ b/proto/references/references.proto @@ -44,7 +44,7 @@ message GetResponse { repeated Reference notfound = 2; } -// SetRelationRequest принимает две ссылки и тип связи +// SetRelationRequest принимает массив отношений для установки message SetRelationsRequest { repeated Relation relation = 1; bool skip_verify = 2; // Если true, то не проверять существование записей -- GitLab