/videos/{id}Ask AIpatch https://example.com/videos/{id}Update a video recordPath Paramsidint64requiredID of the video to updateBody ParamsUpdate Video.titlestringrequiredThe title of the content. It should always be providedsubtitlestring | nullstraplinestring | nullfooterstring | nullContent footer.bodyarray of objectsbodyADD objectcategory_idstringrequiredauthorsarray of stringsArray of author IDs. If no author is provided upon content creation, we select the default one (if available)authorsADD stringadditional_categoriesarray of stringsadditional_categoriesADD stringrun_adsbooleantruefalsepublished_atstring | nullThe first time when the content should appear to the public. If not provided, we use the date in created_at.published_untilstring | nullThe last time when the content should be available to the public.statusstring | nullSlug of a valid status for this content typetypestring | nullValid slug of a type for this content typecomment_policy_idstring | nullID of a valid comment policy for this content typeorigin_idstring | nullID of a valid origin for this content typeimportantbooleantruefalsecustom_authorstring | nullA field for one-time authorexternal_urlstring | nullA URL that is going to be used for redirects. If you want a piece of content to take you to a specific page, you should put that address here.canonical_urlstring | nulllive_urlstring | nullpublic_url_desktopstring | nullpublic_url_mobilestring | nullpublic_url_ampstring | nullvideo_filesarray of objectsAn array containing video filesvideo_filesADD objectis_adult_contentbooleantruefalseis_sensitive_contentbooleantruefalsebetting_contentbooleantruefalsegenericobjectJSON field with no validation. Should be used for migrated/unsupported content that is no longer needed but needs to be available for legacy reasons.generic objecturlsobjecturls objectseoobjectSeo objectmain_mediaobjectMainMedia objectpublished_regionsarray of stringspublished_regionsADD stringpublished_channelsarray of stringsAn array of valid IDs for Distribution Channelspublished_channelsADD stringlanguagestring | nullLanguage of the resource. Required if the project is multi-lingual, optional otherwise. Has to be project supported language.translation_group_idstring | nullThe ID of an existing translation groupResponse 200The updated video dataUpdated 10 months ago