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
a052cb8a
Commit
a052cb8a
authored
3 years ago
by
David Schwarzmann
Browse files
Options
Downloads
Patches
Plain Diff
fix(api#87): Pagniation for the event log
parent
5f40cc48
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
spec/schemas/event-log.yaml
+18
-0
18 additions, 0 deletions
spec/schemas/event-log.yaml
with
18 additions
and
0 deletions
spec/schemas/event-log.yaml
+
18
−
0
View file @
a052cb8a
...
@@ -4,7 +4,25 @@ type: object
...
@@ -4,7 +4,25 @@ type: object
required
:
required
:
-
eventLog
-
eventLog
properties
:
properties
:
count
:
type
:
integer
format
:
int32
description
:
Anzahl zurückgegebener Events
maximum
:
500
minimum
:
0
offset
:
type
:
integer
format
:
int32
description
:
Startpunkt in der Gesamtanzahl der Events
minimum
:
0
totalCount
:
type
:
integer
format
:
int32
description
:
Gesamtanzahl der Events
minimum
:
0
eventLog
:
eventLog
:
type
:
array
type
:
array
items
:
items
:
$ref
:
'
./security-event-token.yaml'
$ref
:
'
./security-event-token.yaml'
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