File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments