@akamai/openapi-ts
    Preparing search index...

    Type Alias PutDiskData

    type PutDiskData = {
        body: { label?: string };
        path: { diskId: number; linodeId: number };
        query?: never;
        url: "linode/instances/{linodeId}/disks/{diskId}";
    }
    Index

    Properties

    Properties

    body: { label?: string }

    Updates the parameters of a single Disk.

    Type Declaration

    • Optionallabel?: string

      Filterable The name of the disk. This is for display purposes only.

    path: { diskId: number; linodeId: number }

    Type Declaration

    • diskId: number

      ID of the Disk to look up.

    • linodeId: number

      ID of the Linode to look up.

    query?: never
    url: "linode/instances/{linodeId}/disks/{diskId}"