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

Добавлено поле localeID в ActionRequest

parent 6af15800
No related branches found
No related tags found
1 merge request!57Добавлено поле LocaleID в спецификации запроса ActionRequest
...@@ -149,6 +149,7 @@ message Action { ...@@ -149,6 +149,7 @@ message Action {
message ActionRequest { message ActionRequest {
string extension = 1000; string extension = 1000;
string action = 10100; string action = 10100;
string locale_id = 11050;
string space_id = 10500; string space_id = 10500;
string env_id = 10510; string env_id = 10510;
string collection_id = 10520; string collection_id = 10520;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment