Skip to content

[Update] POST /linode/instances/{linodeId}/backups/{backupId}/restore #117

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 3 commits into from
Sep 19, 2019
Merged
Changes from 1 commit
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
6 changes: 5 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3554,9 +3554,13 @@ paths:
example: 234
overwrite:
type: boolean
description: >
description: |
If True, deletes all Disks and Configs on the target Linode
before restoring.

If False, and the Disk image size is less than the available
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be if the disk image size is MORE than the available space on the Linode?

space on the Linode, an error message indicating insufficient
space is returned.
example: true
responses:
'200':
Expand Down