Skip to content

[Update] List Events and View Event #229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,8 @@ paths:
summary: List Events
description: >
Returns a collection of Event objects representing
actions taken on your Account. The Events returned depends on your
grants.
actions taken on your Account from the last 90 days.
The Events returned depend on your grants.
operationId: getEvents
x-linode-cli-action: list
security:
Expand All @@ -593,7 +593,9 @@ paths:
- events:read_only
responses:
'200':
description: Returns a paginated lists of Event objects.
description: >
Returns a paginated lists of Event objects from
the last 90 days.
content:
application/json:
schema:
Expand Down Expand Up @@ -633,7 +635,8 @@ paths:
tags:
- Account
summary: View Event
description: Returns a single Event object.
description: >
Returns a single Event object.
operationId: getEvent
x-linode-cli-action: view
security:
Expand Down