Function uploadAppMedia

  • Stores the media content file. Returns OK if the bytes containing the media file content were successfully stored, or error in case of failure, lack of permission or file already exists on the supplied path.

    Parameters

    • appId: string

      Unique application identifier.

    • path: string

      Path to file content.

    • body: BodyInit

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<UploadAppMediaHttpResponse>

    UploadAppMediaHttpError