Skip to content
Snippets Groups Projects
Commit 586f109e authored by Danis Kirasirov's avatar Danis Kirasirov
Browse files

add comment

parent 21d51abf
No related branches found
No related tags found
1 merge request!57Добавлено поле LocaleID в спецификации запроса ActionRequest
This commit is part of merge request !57. Comments created here will be created in the context of that merge request.
...@@ -154,6 +154,8 @@ message ActionRequest { ...@@ -154,6 +154,8 @@ message ActionRequest {
string collection_id = 10520; string collection_id = 10520;
string item_id = 10530; string item_id = 10530;
repeated string item_ids = 10540; repeated string item_ids = 10540;
// Идентификатор локали в пространстве: поле может использоваться расширением, если действие возможно выполнить на разных локалях
string locale_id = 11050; string locale_id = 11050;
// Поля к которым применимо действие. В случае если действие выполняется из списка записей, содержит перечень // Поля к которым применимо действие. В случае если действие выполняется из списка записей, содержит перечень
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment