Skip to content

Commit b4d183f

Browse files
authored
fix(specs): add pagination to events (#1337)
1 parent f795e72 commit b4d183f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

specs/ingestion/paths/runs/events/events.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ get:
66
operationId: getEvents
77
parameters:
88
- $ref: '../../../common/parameters.yml#/pathRunID'
9+
- $ref: '../../../common/parameters.yml#/itemsPerPage'
10+
- $ref: '../../../common/parameters.yml#/page'
911
- $ref: '../../../common/observabilityParameters.yml#/eventStatus'
1012
- $ref: '../../../common/observabilityParameters.yml#/eventType'
1113
- $ref: '../../../common/observabilityParameters.yml#/eventSort'
@@ -24,7 +26,10 @@ get:
2426
type: array
2527
items:
2628
$ref: '../../../common/schemas/event.yml#/Event'
29+
pagination:
30+
$ref: '../../../common/schemas/pagination.yml#/Pagination'
2731
required:
2832
- events
33+
- pagination
2934
'400':
3035
$ref: '../../../../common/responses/BadRequest.yml'

0 commit comments

Comments
 (0)