Skip to content

Commit acbd17d

Browse files
authored
[Update] POST /linode/instances/{linodeId}/backups/{backupId}/restore (#117)
* Updated POST /linode/instances/{linodeId}/backups/{backupId}/restore with note on overwrite property about what happens if this is set to false * changed false message to indicate disk image size larger than available space * word change
1 parent 1ff7a52 commit acbd17d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

openapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3586,9 +3586,13 @@ paths:
35863586
example: 234
35873587
overwrite:
35883588
type: boolean
3589-
description: >
3589+
description: |
35903590
If True, deletes all Disks and Configs on the target Linode
35913591
before restoring.
3592+
3593+
If False, and the Disk image size is larger than the available
3594+
space on the Linode, an error message indicating insufficient
3595+
space is returned.
35923596
example: true
35933597
responses:
35943598
'200':

0 commit comments

Comments
 (0)