videosphere
    Preparing search index...
    • Update a platform upload's status and optional result fields. Use platformVideoId and platformUrl when status is terminal success (completed, unpublished, published, or scheduled); use errorMessage when status is failed. Returns the updated record or null if not found.

      Parameters

      • id: string
      • status: PlatformUploadStatus
      • OptionalplatformVideoId: string
      • OptionalplatformUrl: string
      • OptionalerrorMessage: string
      • OptionalscheduledAt: string

      Returns Promise<PlatformUpload>