Skip to content

brk: Reworked Backups response #46

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 1 commit into from
Jan 18, 2018
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion src/data/endpoints/linodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,6 @@ endpoints:
methods:
GET:
response: backupsresponse
paginationKey: backups
description: >
Returns a Backups Response with information on this Linode's available backups.
oauth: linodes:view
Expand Down
16 changes: 2 additions & 14 deletions src/data/objects/backupsresponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ name: Linode Backups Response
description: >
Information on a Linode's available Backups.
schema:
daily:
description: The current Daily backup for this Linode.
type: Backup
weekly:
description: This Linode's current weekly backups. Between 0 and 2 items.
automatic:
description: This Linode's automatic backups.
type: backup
isArray: true
snapshot:
Expand All @@ -15,12 +12,3 @@ schema:
type: Backup
in_progress:
type: Backup
service:
description: >
Status and information about the backup service.
enabled:
type: Boolean
value: true
updated:
type: String
value: 2017-03-27T10:30:00