Interface CourseVersionAssetUploadOptions

Hierarchy

  • Options
    • CourseVersionAssetUploadOptions

Properties

scope?: string

The auth scope to use for the given method invocation

updateAssetPolicy?: AssetUpdatePolicy

Describes how SCORM Cloud should handle importing asset files with respect to overwriting files.

Valid values :

  • lax
  • reject
  • strict

Default value : lax

A 'reject' policy request will fail if the asset file already exists on the system ('overwriting' not allowed). A 'strict' policy request will fail if the asset file does not already exist ('overwriting' is required). A 'lax' policy request will not consider whether the file already exists (i.e., it will attempt to import in all cases).

Generated using TypeDoc