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:
583
583
summary: List Events
584
584
description: >
585
585
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.
588
588
operationId: getEvents
589
589
x-linode-cli-action: list
590
590
security:
@@ -593,7 +593,9 @@ paths:
593
593
- events:read_only
594
594
responses:
595
595
'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.
597
599
content:
598
600
application/json:
599
601
schema:
@@ -633,7 +635,8 @@ paths:
633
635
tags:
634
636
- Account
635
637
summary: View Event
636
- description: Returns a single Event object.
638
+ description: >
639
+ Returns a single Event object.
637
640
operationId: getEvent
638
641
x-linode-cli-action: view
639
642
security:
You can’t perform that action at this time.
0 commit comments