Skip to content

Commit b2e1dfa

Browse files
Merge pull request #229 from leslitagordita/events-update
[Update] List Events and View Event
2 parents f3b2c22 + bf5a6dd commit b2e1dfa

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

openapi.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -583,8 +583,8 @@ paths:
583583
summary: List Events
584584
description: >
585585
Returns a collection of Event objects representing
586-
actions taken on your Account. The Events returned depends on your
587-
grants.
586+
actions taken on your Account from the last 90 days.
587+
The Events returned depend on your grants.
588588
operationId: getEvents
589589
x-linode-cli-action: list
590590
security:
@@ -593,7 +593,9 @@ paths:
593593
- events:read_only
594594
responses:
595595
'200':
596-
description: Returns a paginated lists of Event objects.
596+
description: >
597+
Returns a paginated lists of Event objects from
598+
the last 90 days.
597599
content:
598600
application/json:
599601
schema:
@@ -633,7 +635,8 @@ paths:
633635
tags:
634636
- Account
635637
summary: View Event
636-
description: Returns a single Event object.
638+
description: >
639+
Returns a single Event object.
637640
operationId: getEvent
638641
x-linode-cli-action: view
639642
security:

0 commit comments

Comments
 (0)