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

    Variable putSshKeyRequestSchemaConst

    putSshKeyRequestSchema: ZodObject<
        {
            body: ZodObject<{ label: ZodOptional<ZodString> }, $strip>;
            path: ZodObject<{ sshKeyId: ZodInt }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...