File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -788,7 +788,6 @@ endpoints:
788
788
methods :
789
789
GET :
790
790
response : backupsresponse
791
- paginationKey : backups
792
791
description : >
793
792
Returns a Backups Response with information on this Linode's available backups.
794
793
oauth : linodes:view
Original file line number Diff line number Diff line change @@ -2,11 +2,8 @@ name: Linode Backups Response
2
2
description : >
3
3
Information on a Linode's available Backups.
4
4
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.
10
7
type : backup
11
8
isArray : true
12
9
snapshot :
@@ -15,12 +12,3 @@ schema:
15
12
type : Backup
16
13
in_progress :
17
14
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
You can’t perform that action at this time.
0 commit comments