* 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)
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected