Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Submission API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FIT-Connect
Submission API
Commits
75615d9d
"docs/authentication.md" did not exist on "161e4081156bad764212c7ed0b6debe8d4a3361b"
Commit
75615d9d
authored
3 years ago
by
David Schwarzmann
Browse files
Options
Downloads
Patches
Plain Diff
feat(api#87): Pagination for listing destinations
parent
90b6c6ad
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
spec/schemas/destination-list.yaml
+18
-1
18 additions, 1 deletion
spec/schemas/destination-list.yaml
with
18 additions
and
1 deletion
spec/schemas/destination-list.yaml
+
18
−
1
View file @
75615d9d
...
@@ -3,9 +3,26 @@ type: object
...
@@ -3,9 +3,26 @@ type: object
required
:
required
:
-
destinations
-
destinations
properties
:
properties
:
count
:
type
:
integer
format
:
int32
description
:
Anzahl zurückgegebener Zustellpunkte
maximum
:
500
minimum
:
0
offset
:
type
:
integer
format
:
int32
description
:
Startpunkt in der Gesamtanzahl der Zustellpunkte
minimum
:
0
totalCount
:
type
:
integer
format
:
int32
description
:
Gesamtanzahl der Zustellpunkte
minimum
:
0
destinations
:
destinations
:
type
:
array
type
:
array
minItems
:
0
items
:
items
:
$ref
:
'
./destination-private.yaml'
$ref
:
'
./destination-private.yaml'
description
:
Eine Auflistung aller selbst angelegten Zustellpunkte
description
:
Eine Auflistung aller selbst angelegten Zustellpunkte
maxItems
:
500
minItems
:
0
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