PATCH /videos/{id}Ask AIpatch https://api.cmp.optimizely.com/v3/videos/{id}Updates a videoPath ParamsidstringrequiredUnique identifier of the VideoBody ParamsPayload to update the videotitlestringlength ≥ 1Title of the videodescriptionstringlength ≥ 0Description of the video. Set an empty string to clear the description.alt_textstringlength ≥ 0Alt text of the video. Set an empty string to clear the alt text.attribution_textstringlength ≥ 0Attribution text of the video. Set an empty string to clear the attribution text.tagsarray of stringslength between 0 and 100Tags of the video. Provided tags will replace the existing ones. Set an empty array to clear the existing tags.tagsADD stringis_publicbooleanWhether the video URL should be publictruetruefalseis_archivedbooleanWhether the video should be archivedtruetruefalsefolder_idstring | nullID of the folder containing the video in the libraryexpires_atdate-time | nullDate and time when the video expires, in ISO 8601 UTC formatlabelsarray of objectsdeprecatedPlease use PUT /assets/{asset_id}/fields or PUT /assets/{asset_id}/fields/{field_id} API to update label type asset fieldslabelsADD objectResponses 200Video Updated 400Client error 401Authorization error 403Permission error 404Not found error 422Unprocessable entity errorUpdated 7 months ago