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, or published); 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

      Returns Promise<PlatformUpload>