interface PatchRequest {
    accessControlEntities: string | string[];
    categories?: string | string[];
    customFields: Admin.CustomField.Request[];
    description?: string;
    enableComments?: boolean;
    enableDownloads?: boolean;
    enableExternalApplicationAccess?: boolean;
    enableExternalViewersAccess?: boolean;
    enableRatings?: boolean;
    expirationDate?: string;
    isActive?: boolean;
    sensitiveContent?: boolean;
    tags?: string | string[];
    title?: string;
    unlisted?: boolean;
    userTags?: string[];
    videoAccessControl?: Video.AccessControl;
}

Properties

accessControlEntities: string | string[]
categories?: string | string[]
customFields: Admin.CustomField.Request[]
description?: string
enableComments?: boolean
enableDownloads?: boolean
enableExternalApplicationAccess?: boolean
enableExternalViewersAccess?: boolean
enableRatings?: boolean
expirationDate?: string
isActive?: boolean
sensitiveContent?: boolean
tags?: string | string[]
title?: string
unlisted?: boolean
userTags?: string[]
videoAccessControl?: Video.AccessControl