MCPcopy Create free account
hub / github.com/fmhy/edit / update

Method update

api/worker-configuration.d.ts:14664–14664  ·  view source on GitHub ↗

* Update details for a single video. * @param params The fields to update for the video. * @returns The updated video details. * @throws {NotFoundError} if the video is not found * @throws {BadRequestError} if the parameters are invalid * @throws {InternalError} if an unexpected error

(params: StreamUpdateVideoParams)

Source from the content-addressed store, hash-verified

14662 * @throws {InternalError} if an unexpected error occurs
14663 */
14664 update(params: StreamUpdateVideoParams): Promise<StreamVideo>
14665 /**
14666 * Deletes a video and its copies from Cloudflare Stream.
14667 * @returns A promise that resolves when deletion completes.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected