Skip to content

Commit aae4890

Browse files
authored
Merge pull request #46 from Dorthu/rework-backups-object
brk: Reworked Backups response
2 parents 19fd0a9 + 093e65d commit aae4890

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

src/data/endpoints/linodes.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,6 @@ endpoints:
788788
methods:
789789
GET:
790790
response: backupsresponse
791-
paginationKey: backups
792791
description: >
793792
Returns a Backups Response with information on this Linode's available backups.
794793
oauth: linodes:view

src/data/objects/backupsresponse.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ name: Linode Backups Response
22
description: >
33
Information on a Linode's available Backups.
44
schema:
5-
daily:
6-
description: The current Daily backup for this Linode.
7-
type: Backup
8-
weekly:
9-
description: This Linode's current weekly backups. Between 0 and 2 items.
5+
automatic:
6+
description: This Linode's automatic backups.
107
type: backup
118
isArray: true
129
snapshot:
@@ -15,12 +12,3 @@ schema:
1512
type: Backup
1613
in_progress:
1714
type: Backup
18-
service:
19-
description: >
20-
Status and information about the backup service.
21-
enabled:
22-
type: Boolean
23-
value: true
24-
updated:
25-
type: String
26-
value: 2017-03-27T10:30:00

0 commit comments

Comments
 (0)