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

    Type Alias PutSshKeyData

    type PutSshKeyData = {
        body: { label?: string };
        path: { sshKeyId: number };
        query?: never;
        url: "profile/sshkeys/{sshKeyId}";
    }
    Index

    Properties

    Properties

    body: { label?: string }

    The fields to update.

    Type Declaration

    • Optionallabel?: string

      A label for the SSH Key.

    path: { sshKeyId: number }

    Type Declaration

    • sshKeyId: number

      The ID of the SSHKey.

    query?: never
    url: "profile/sshkeys/{sshKeyId}"