dev/spec.yml in linodeapi-1.0.1 vs dev/spec.yml in linodeapi-2.0.0

- old
+ new

@@ -684,43 +684,14 @@ - LINODENOTEMPTY disk: create: - desc: '' - params: - - fromdistributionid: - - desc: '' - - required: false - - type: :numeric - - isreadonly: - - desc: Enable forced read-only for this Disk - - required: false - - type: :boolean - - label: - - desc: The display label for this Disk - - required: true - - type: :string - linodeid: - desc: '' - required: true - type: :numeric - - rootpass: - - desc: '' - - required: false - - type: :string - - rootsshkey: - - desc: '' - - required: false - - type: :string - - size: - - desc: The size in MB of this Disk. - - required: true - - type: :numeric - - type: - - desc: 'The formatted type of this disk. Valid types are: ext3, ext4, swap, - raw' - - required: true - - type: :string - throws: - NOTFOUND - VALIDATION createfromdistribution: - desc: '' @@ -910,18 +881,10 @@ - params: - diskid: - desc: '' - required: true - type: :numeric - - isreadonly: - - desc: Enable forced read-only for this Disk - - required: false - - type: :boolean - - label: - - desc: The display label for this Disk - - required: false - - type: :string - linodeid: - desc: '' - required: false - type: :numeric - throws: @@ -1014,9 +977,19 @@ - pendingonly: - desc: '' - required: false - type: :boolean - throws: [] + kvmify: + - desc: Changes a Linode's hypervisor from Xen to KVM. + - params: + - linodeid: + - desc: The LinodeID to migrate to KVM. + - required: true + - type: :numeric + - throws: + - NOTFOUND + - VALIDATION list: - desc: 'Returns a list of all Linodes user has access or delete to, including some properties. Status values are -1: Being Created, 0: Brand New, 1: Running, and 2: Powered Off.' - params: