Skip to content
Snippets Groups Projects
Commit 9b500f82 authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

Merge branch 'feature/2885-ListRevisionsOptions' into 'master'

Удален параметр сортировки из опций запроса ListRevisions

See merge request !80
parents 788ca262 75311478
No related branches found
No related tags found
1 merge request!80Удален параметр сортировки из опций запроса ListRevisions
......@@ -208,7 +208,11 @@ message FindArchivedOptions {
}
message ListRevisionsOptions {
common.FindOptions options = 2;
int32 offset = 9;
int32 limit = 10;
repeated string fields = 11;
bool exclude_fields = 12;
string locale_id = 7; // Язык перевода который будет использоваться. Если не указан, то возвращаются данные для языка по умолчанию
repeated string translations_ids = 8; // Список идентификаторов переводов/локалей, которых должны быть включены в результат
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment