Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-proto
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
12
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-proto
Commits
ad6ff61a
Commit
ad6ff61a
authored
11 months ago
by
Alex Petraky
Committed by
Pavel Antonov
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
feat(api): Добавлены опции поиска для метода Get в References
Close #PRXS-2688
parent
7a5f5018
No related branches found
No related tags found
1 merge request
!46
Добавлены опции поиска для метода Get в References
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
proto/references/references.proto
+6
-0
6 additions, 0 deletions
proto/references/references.proto
with
6 additions
and
0 deletions
proto/references/references.proto
+
6
−
0
View file @
ad6ff61a
...
...
@@ -17,6 +17,7 @@ message GetRequest {
string
space_id
=
1
;
string
env_id
=
2
;
repeated
Reference
references
=
3
;
GetOptions
options
=
4
;
// Дополнительные параметры поиска
}
message
GetResponse
{
...
...
@@ -40,6 +41,11 @@ message PublishResponse {
repeated
Reference
unpublished
=
4
;
// Список не опубликованных записей, требующих публикации
}
message
GetOptions
{
string
locale_id
=
1
;
// Язык перевода который будет использоваться. Если не указан, то возвращаются данные для языка по умолчанию
repeated
string
translations_ids
=
2
;
// Список идентификаторов переводов/локалей, которых должны быть включены в результат
}
// References сервис предназначен для работы со ссылками на записи
service
References
{
...
...
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