Skip to content

Commit

Permalink
add parameters to GetEventCollection (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehicalen authored Mar 19, 2024
1 parent a62bd4d commit 2480ed0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi/paths/events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ get:
operationId: GetEventCollection
x-sdk-operation-name: getAll
description: Retrieves a list of system events.
parameters:
- $ref: ../components/parameters/collectionLimit.yaml
- $ref: ../components/parameters/collectionOffset.yaml
- $ref: ../components/parameters/collectionFilter.yaml
responses:
'200':
description: List of system events retrieved.
Expand Down

0 comments on commit 2480ed0

Please sign in to comment.