Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-proto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-proto
Commits
9984e922
Commit
9984e922
authored
11 months ago
by
Anton Sattarov
Browse files
Options
Downloads
Patches
Plain Diff
sip
parent
7e9dab6a
No related branches found
No related tags found
1 merge request
!60
API Сервиса Mailbox
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
proto/mailbox/mailbox.proto
+6
-1
6 additions, 1 deletion
proto/mailbox/mailbox.proto
with
6 additions
and
1 deletion
proto/mailbox/mailbox.proto
+
6
−
1
View file @
9984e922
...
...
@@ -29,7 +29,7 @@ message SendRequest {
// Запрос на получение уведомлений
message
ListRequest
{
string
recipient
=
1
;
common.
FindOptions
opts
=
2
;
FindOptions
opt
ion
s
=
2
;
// Дополнительные параметры поиска
}
// Ответ на получение уведомлений
...
...
@@ -43,6 +43,11 @@ message MarkAsReadRequest {
repeated
string
message_ids
=
2
;
}
message
FindOptions
{
common.FindOptions
options
=
2
;
bool
unread
=
5
;
// Получить только непрочитанные сообщения
}
// Сервис уведомлений
service
Mailbox
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment