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

Merge branch 'feature/2767-MailboxServiceFix' into 'master'

Исправлен API сервиса MailBox

See merge request !63
parents 1e2543d6 e76a5625
Branches feature/PRXS-2864-SearchOnRussianFix
No related tags found
1 merge request!63Исправлен API сервиса MailBox
......@@ -29,8 +29,7 @@ message SendMessageRequest {
// Запрос на получение уведомлений
message ListMessageRequest {
string recipient = 1;
FindOptions options = 2; // Дополнительные параметры поиска
FindOptions options = 10;
}
// Ответ на получение уведомлений
......
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