Skip to content

Commit 5f86927

Browse files
Update List Events and View Event with 90 days restriction.
1 parent 5cae7bc commit 5f86927

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

openapi.yaml

Lines changed: 8 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,9 @@ paths:
633635
tags:
634636
- Account
635637
summary: View Event
636-
description: Returns a single Event object.
638+
description: >
639+
Returns a single Event object. Only Event objects
640+
from the last 90 days are available.
637641
operationId: getEvent
638642
x-linode-cli-action: view
639643
security:

0 commit comments

Comments
 (0)