rustici_software_cloud_v2 4.0.0 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -5
  3. data/lib/rustici_software_cloud_v2/api/about_api.rb +1 -1
  4. data/lib/rustici_software_cloud_v2/api/application_management_api.rb +15 -15
  5. data/lib/rustici_software_cloud_v2/api/authentication_api.rb +2 -2
  6. data/lib/rustici_software_cloud_v2/api/content_connectors_api.rb +4 -4
  7. data/lib/rustici_software_cloud_v2/api/course_api.rb +46 -37
  8. data/lib/rustici_software_cloud_v2/api/dispatch_api.rb +47 -41
  9. data/lib/rustici_software_cloud_v2/api/invitations_api.rb +26 -20
  10. data/lib/rustici_software_cloud_v2/api/learner_api.rb +6 -6
  11. data/lib/rustici_software_cloud_v2/api/ping_api.rb +1 -1
  12. data/lib/rustici_software_cloud_v2/api/registration_api.rb +27 -27
  13. data/lib/rustici_software_cloud_v2/api/reporting_api.rb +3 -3
  14. data/lib/rustici_software_cloud_v2/api/xapi_api.rb +10 -10
  15. data/lib/rustici_software_cloud_v2/api_client.rb +2 -2
  16. data/lib/rustici_software_cloud_v2/models/about_schema.rb +1 -1
  17. data/lib/rustici_software_cloud_v2/models/activity_result_schema.rb +1 -1
  18. data/lib/rustici_software_cloud_v2/models/application_info_list_schema.rb +1 -1
  19. data/lib/rustici_software_cloud_v2/models/application_info_schema.rb +1 -1
  20. data/lib/rustici_software_cloud_v2/models/application_list_schema.rb +1 -1
  21. data/lib/rustici_software_cloud_v2/models/application_request_schema.rb +1 -1
  22. data/lib/rustici_software_cloud_v2/models/application_schema.rb +1 -1
  23. data/lib/rustici_software_cloud_v2/models/application_token.rb +1 -1
  24. data/lib/rustici_software_cloud_v2/models/asset_file_schema.rb +1 -1
  25. data/lib/rustici_software_cloud_v2/models/batch_tags_schema.rb +1 -1
  26. data/lib/rustici_software_cloud_v2/models/comment_schema.rb +1 -1
  27. data/lib/rustici_software_cloud_v2/models/completion_amount_schema.rb +1 -1
  28. data/lib/rustici_software_cloud_v2/models/connector_list_schema.rb +1 -1
  29. data/lib/rustici_software_cloud_v2/models/connector_schema.rb +1 -1
  30. data/lib/rustici_software_cloud_v2/models/course_activity_schema.rb +1 -1
  31. data/lib/rustici_software_cloud_v2/models/course_list_non_paged_schema.rb +1 -1
  32. data/lib/rustici_software_cloud_v2/models/course_list_schema.rb +1 -1
  33. data/lib/rustici_software_cloud_v2/models/course_reference_schema.rb +1 -1
  34. data/lib/rustici_software_cloud_v2/models/course_schema.rb +1 -1
  35. data/lib/rustici_software_cloud_v2/models/create_connector_schema.rb +1 -1
  36. data/lib/rustici_software_cloud_v2/models/create_dispatch_id_schema.rb +1 -1
  37. data/lib/rustici_software_cloud_v2/models/create_dispatch_list_schema.rb +1 -1
  38. data/lib/rustici_software_cloud_v2/models/create_dispatch_schema.rb +1 -1
  39. data/lib/rustici_software_cloud_v2/models/create_private_invitation_schema.rb +1 -1
  40. data/lib/rustici_software_cloud_v2/models/create_public_invitation_schema.rb +1 -1
  41. data/lib/rustici_software_cloud_v2/models/create_registration_schema.rb +1 -1
  42. data/lib/rustici_software_cloud_v2/models/credential_list_schema.rb +1 -1
  43. data/lib/rustici_software_cloud_v2/models/credential_request_schema.rb +1 -1
  44. data/lib/rustici_software_cloud_v2/models/credential_schema.rb +1 -1
  45. data/lib/rustici_software_cloud_v2/models/destination_id_schema.rb +1 -1
  46. data/lib/rustici_software_cloud_v2/models/destination_info_id_schema.rb +1 -1
  47. data/lib/rustici_software_cloud_v2/models/destination_info_list_schema.rb +1 -1
  48. data/lib/rustici_software_cloud_v2/models/destination_info_schema.rb +1 -1
  49. data/lib/rustici_software_cloud_v2/models/destination_list_schema.rb +1 -1
  50. data/lib/rustici_software_cloud_v2/models/destination_schema.rb +1 -1
  51. data/lib/rustici_software_cloud_v2/models/dispatch_id_schema.rb +1 -1
  52. data/lib/rustici_software_cloud_v2/models/dispatch_list_schema.rb +1 -1
  53. data/lib/rustici_software_cloud_v2/models/dispatch_lti13_info_schema.rb +1 -1
  54. data/lib/rustici_software_cloud_v2/models/dispatch_lti_info_schema.rb +1 -1
  55. data/lib/rustici_software_cloud_v2/models/dispatch_registration_count_schema.rb +2 -1
  56. data/lib/rustici_software_cloud_v2/models/dispatch_schema.rb +12 -2
  57. data/lib/rustici_software_cloud_v2/models/enabled_schema.rb +1 -1
  58. data/lib/rustici_software_cloud_v2/models/file_list_item_schema.rb +1 -1
  59. data/lib/rustici_software_cloud_v2/models/file_list_schema.rb +1 -1
  60. data/lib/rustici_software_cloud_v2/models/import_asset_request_schema.rb +1 -1
  61. data/lib/rustici_software_cloud_v2/models/import_connector_request_schema.rb +1 -1
  62. data/lib/rustici_software_cloud_v2/models/import_fetch_request_schema.rb +1 -1
  63. data/lib/rustici_software_cloud_v2/models/import_job_result_schema.rb +1 -1
  64. data/lib/rustici_software_cloud_v2/models/import_media_file_reference_request_schema.rb +1 -1
  65. data/lib/rustici_software_cloud_v2/models/import_request_schema.rb +1 -1
  66. data/lib/rustici_software_cloud_v2/models/import_result_schema.rb +1 -1
  67. data/lib/rustici_software_cloud_v2/models/integer_result_schema.rb +1 -1
  68. data/lib/rustici_software_cloud_v2/models/invitation_email_schema.rb +1 -1
  69. data/lib/rustici_software_cloud_v2/models/{zoomi_company_id.rb → invitation_email_update_schema.rb} +20 -9
  70. data/lib/rustici_software_cloud_v2/models/invitation_job_status_schema.rb +1 -1
  71. data/lib/rustici_software_cloud_v2/models/invitation_summary_list.rb +1 -1
  72. data/lib/rustici_software_cloud_v2/models/invitation_summary_schema.rb +1 -1
  73. data/lib/rustici_software_cloud_v2/models/item_value_pair_schema.rb +1 -1
  74. data/lib/rustici_software_cloud_v2/models/launch_auth_options_schema.rb +1 -1
  75. data/lib/rustici_software_cloud_v2/models/launch_auth_schema.rb +1 -1
  76. data/lib/rustici_software_cloud_v2/models/launch_history_list_schema.rb +1 -1
  77. data/lib/rustici_software_cloud_v2/models/launch_history_schema.rb +1 -1
  78. data/lib/rustici_software_cloud_v2/models/launch_link_request_schema.rb +1 -1
  79. data/lib/rustici_software_cloud_v2/models/launch_link_schema.rb +1 -1
  80. data/lib/rustici_software_cloud_v2/models/learner_preference_schema.rb +1 -1
  81. data/lib/rustici_software_cloud_v2/models/learner_schema.rb +1 -1
  82. data/lib/rustici_software_cloud_v2/models/lti13_platform_configuration_schema.rb +1 -1
  83. data/lib/rustici_software_cloud_v2/models/lti13_tool_configuration_schema.rb +1 -1
  84. data/lib/rustici_software_cloud_v2/models/media_file_metadata_schema.rb +1 -1
  85. data/lib/rustici_software_cloud_v2/models/message_schema.rb +1 -1
  86. data/lib/rustici_software_cloud_v2/models/metadata_schema.rb +1 -1
  87. data/lib/rustici_software_cloud_v2/models/objective_schema.rb +1 -1
  88. data/lib/rustici_software_cloud_v2/models/paginated_list.rb +1 -1
  89. data/lib/rustici_software_cloud_v2/models/permissions_schema.rb +1 -1
  90. data/lib/rustici_software_cloud_v2/models/ping_schema.rb +1 -1
  91. data/lib/rustici_software_cloud_v2/models/post_back_schema.rb +1 -1
  92. data/lib/rustici_software_cloud_v2/models/preview_launch_link_request_schema.rb +1 -1
  93. data/lib/rustici_software_cloud_v2/models/private_invitation_list.rb +1 -1
  94. data/lib/rustici_software_cloud_v2/models/private_invitation_schema.rb +25 -5
  95. data/lib/rustici_software_cloud_v2/models/private_invitation_update_schema.rb +2 -2
  96. data/lib/rustici_software_cloud_v2/models/public_invitation_list.rb +1 -1
  97. data/lib/rustici_software_cloud_v2/models/public_invitation_schema.rb +12 -13
  98. data/lib/rustici_software_cloud_v2/models/public_invitation_update_schema.rb +1 -3
  99. data/lib/rustici_software_cloud_v2/models/registration_list_schema.rb +1 -1
  100. data/lib/rustici_software_cloud_v2/models/registration_schema.rb +1 -1
  101. data/lib/rustici_software_cloud_v2/models/reportage_account_info_schema.rb +1 -1
  102. data/lib/rustici_software_cloud_v2/models/reportage_account_info_usage_schema.rb +1 -1
  103. data/lib/rustici_software_cloud_v2/models/reportage_auth_token_schema.rb +1 -1
  104. data/lib/rustici_software_cloud_v2/models/reportage_link_schema.rb +1 -1
  105. data/lib/rustici_software_cloud_v2/models/response_error.rb +1 -1
  106. data/lib/rustici_software_cloud_v2/models/runtime_interaction_schema.rb +1 -1
  107. data/lib/rustici_software_cloud_v2/models/runtime_objective_schema.rb +1 -1
  108. data/lib/rustici_software_cloud_v2/models/runtime_schema.rb +1 -1
  109. data/lib/rustici_software_cloud_v2/models/score_schema.rb +1 -1
  110. data/lib/rustici_software_cloud_v2/models/setting_item.rb +1 -1
  111. data/lib/rustici_software_cloud_v2/models/setting_list_schema.rb +1 -1
  112. data/lib/rustici_software_cloud_v2/models/setting_metadata.rb +1 -1
  113. data/lib/rustici_software_cloud_v2/models/setting_valid_value.rb +1 -1
  114. data/lib/rustici_software_cloud_v2/models/settings_individual_schema.rb +1 -1
  115. data/lib/rustici_software_cloud_v2/models/settings_post_schema.rb +1 -1
  116. data/lib/rustici_software_cloud_v2/models/shared_data_entry_schema.rb +1 -1
  117. data/lib/rustici_software_cloud_v2/models/static_properties_schema.rb +1 -1
  118. data/lib/rustici_software_cloud_v2/models/string_result_schema.rb +1 -1
  119. data/lib/rustici_software_cloud_v2/models/tag_list_schema.rb +1 -1
  120. data/lib/rustici_software_cloud_v2/models/title_schema.rb +1 -1
  121. data/lib/rustici_software_cloud_v2/models/token_request_schema.rb +1 -1
  122. data/lib/rustici_software_cloud_v2/models/update_application_schema.rb +1 -1
  123. data/lib/rustici_software_cloud_v2/models/update_connector_schema.rb +1 -1
  124. data/lib/rustici_software_cloud_v2/models/update_dispatch_schema.rb +1 -1
  125. data/lib/rustici_software_cloud_v2/models/user_invitation_list.rb +1 -1
  126. data/lib/rustici_software_cloud_v2/models/user_invitation_schema.rb +1 -1
  127. data/lib/rustici_software_cloud_v2/models/user_invitation_schema_registration_report.rb +1 -1
  128. data/lib/rustici_software_cloud_v2/models/xapi_account.rb +1 -1
  129. data/lib/rustici_software_cloud_v2/models/xapi_activity.rb +1 -1
  130. data/lib/rustici_software_cloud_v2/models/xapi_activity_definition.rb +1 -1
  131. data/lib/rustici_software_cloud_v2/models/xapi_agent_group.rb +1 -1
  132. data/lib/rustici_software_cloud_v2/models/xapi_attachment.rb +1 -1
  133. data/lib/rustici_software_cloud_v2/models/xapi_context.rb +1 -1
  134. data/lib/rustici_software_cloud_v2/models/xapi_context_activity.rb +1 -1
  135. data/lib/rustici_software_cloud_v2/models/xapi_credential_auth_type_schema.rb +1 -1
  136. data/lib/rustici_software_cloud_v2/models/xapi_credential_permissions_level_schema.rb +1 -1
  137. data/lib/rustici_software_cloud_v2/models/xapi_credential_post_schema.rb +1 -1
  138. data/lib/rustici_software_cloud_v2/models/xapi_credential_put_schema.rb +1 -1
  139. data/lib/rustici_software_cloud_v2/models/xapi_credential_schema.rb +1 -1
  140. data/lib/rustici_software_cloud_v2/models/xapi_credentials_list_schema.rb +1 -1
  141. data/lib/rustici_software_cloud_v2/models/xapi_endpoint_schema.rb +1 -1
  142. data/lib/rustici_software_cloud_v2/models/xapi_interaction_component.rb +1 -1
  143. data/lib/rustici_software_cloud_v2/models/xapi_result.rb +1 -1
  144. data/lib/rustici_software_cloud_v2/models/xapi_score.rb +1 -1
  145. data/lib/rustici_software_cloud_v2/models/xapi_statement.rb +1 -1
  146. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_list_schema.rb +1 -1
  147. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_post_schema.rb +1 -1
  148. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_put_schema.rb +1 -1
  149. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_schema.rb +1 -1
  150. data/lib/rustici_software_cloud_v2/models/xapi_statement_reference.rb +1 -1
  151. data/lib/rustici_software_cloud_v2/models/xapi_statement_result.rb +1 -1
  152. data/lib/rustici_software_cloud_v2/models/xapi_verb.rb +1 -1
  153. data/lib/rustici_software_cloud_v2/version.rb +1 -1
  154. data/lib/rustici_software_cloud_v2.rb +1 -3
  155. data/rustici_software_cloud_v2.gemspec +9 -13
  156. data/spec/api_client_spec.rb +1 -1
  157. metadata +29 -120
  158. data/lib/rustici_software_cloud_v2/api/zoomi_api.rb +0 -538
  159. data/lib/rustici_software_cloud_v2/models/zoomi_course_options_schema.rb +0 -204
@@ -37,7 +37,7 @@ module RusticiSoftwareCloudV2
37
37
  # @param course_id
38
38
  # @param launch_link_request
39
39
  # @param [Hash] opts the optional parameters
40
- # @return [Array<(LaunchLinkSchema, Fixnum, Hash)>] LaunchLinkSchema data, response status code and response headers
40
+ # @return [Array<(LaunchLinkSchema, Integer, Hash)>] LaunchLinkSchema data, response status code and response headers
41
41
  def build_course_preview_launch_link_with_http_info(course_id, launch_link_request, opts = {})
42
42
  if @api_client.config.debugging
43
43
  @api_client.config.logger.debug 'Calling API: CourseApi.build_course_preview_launch_link ...'
@@ -100,7 +100,7 @@ module RusticiSoftwareCloudV2
100
100
  # @param version_id
101
101
  # @param launch_link_request
102
102
  # @param [Hash] opts the optional parameters
103
- # @return [Array<(LaunchLinkSchema, Fixnum, Hash)>] LaunchLinkSchema data, response status code and response headers
103
+ # @return [Array<(LaunchLinkSchema, Integer, Hash)>] LaunchLinkSchema data, response status code and response headers
104
104
  def build_course_preview_launch_link_with_version_with_http_info(course_id, version_id, launch_link_request, opts = {})
105
105
  if @api_client.config.debugging
106
106
  @api_client.config.logger.debug 'Calling API: CourseApi.build_course_preview_launch_link_with_version ...'
@@ -156,6 +156,7 @@ module RusticiSoftwareCloudV2
156
156
  # @param [Hash] opts the optional parameters
157
157
  # @option opts [BOOLEAN] :may_create_new_version Is it OK to create a new version of this course? If this is set to false and the course already exists, the upload will fail. If true and the course already exists then a new version will be created. No effect if the course doesn&#39;t already exist. (default to false)
158
158
  # @option opts [String] :postback_url An optional parameter that specifies a URL to send a postback to when the course has finished uploading.
159
+ # @option opts [Array<String>] :tags A list of tags to apply, allowing for more refined filtering of resources
159
160
  # @return [StringResultSchema]
160
161
  def create_fetch_and_import_course_job(course_id, import_request, opts = {})
161
162
  data, _status_code, _headers = create_fetch_and_import_course_job_with_http_info(course_id, import_request, opts)
@@ -169,7 +170,8 @@ module RusticiSoftwareCloudV2
169
170
  # @param [Hash] opts the optional parameters
170
171
  # @option opts [BOOLEAN] :may_create_new_version Is it OK to create a new version of this course? If this is set to false and the course already exists, the upload will fail. If true and the course already exists then a new version will be created. No effect if the course doesn&#39;t already exist.
171
172
  # @option opts [String] :postback_url An optional parameter that specifies a URL to send a postback to when the course has finished uploading.
172
- # @return [Array<(StringResultSchema, Fixnum, Hash)>] StringResultSchema data, response status code and response headers
173
+ # @option opts [Array<String>] :tags A list of tags to apply, allowing for more refined filtering of resources
174
+ # @return [Array<(StringResultSchema, Integer, Hash)>] StringResultSchema data, response status code and response headers
173
175
  def create_fetch_and_import_course_job_with_http_info(course_id, import_request, opts = {})
174
176
  if @api_client.config.debugging
175
177
  @api_client.config.logger.debug 'Calling API: CourseApi.create_fetch_and_import_course_job ...'
@@ -190,6 +192,7 @@ module RusticiSoftwareCloudV2
190
192
  query_params[:'courseId'] = course_id
191
193
  query_params[:'mayCreateNewVersion'] = opts[:'may_create_new_version'] if !opts[:'may_create_new_version'].nil?
192
194
  query_params[:'postbackUrl'] = opts[:'postback_url'] if !opts[:'postback_url'].nil?
195
+ query_params[:'tags'] = @api_client.build_collection_param(opts[:'tags'], :csv) if !opts[:'tags'].nil?
193
196
 
194
197
  # header parameters
195
198
  header_params = {}
@@ -224,6 +227,7 @@ module RusticiSoftwareCloudV2
224
227
  # @param [Hash] opts the optional parameters
225
228
  # @option opts [BOOLEAN] :may_create_new_version Is it OK to create a new version of this course? If this is set to false and the course already exists, the upload will fail. If true and the course already exists then a new version will be created. No effect if the course doesn&#39;t already exist. (default to false)
226
229
  # @option opts [String] :postback_url An optional parameter that specifies a URL to send a postback to when the course has finished uploading.
230
+ # @option opts [Array<String>] :tags A list of tags to apply, allowing for more refined filtering of resources
227
231
  # @return [StringResultSchema]
228
232
  def create_no_upload_and_import_course_job(course_id, import_request, opts = {})
229
233
  data, _status_code, _headers = create_no_upload_and_import_course_job_with_http_info(course_id, import_request, opts)
@@ -237,7 +241,8 @@ module RusticiSoftwareCloudV2
237
241
  # @param [Hash] opts the optional parameters
238
242
  # @option opts [BOOLEAN] :may_create_new_version Is it OK to create a new version of this course? If this is set to false and the course already exists, the upload will fail. If true and the course already exists then a new version will be created. No effect if the course doesn&#39;t already exist.
239
243
  # @option opts [String] :postback_url An optional parameter that specifies a URL to send a postback to when the course has finished uploading.
240
- # @return [Array<(StringResultSchema, Fixnum, Hash)>] StringResultSchema data, response status code and response headers
244
+ # @option opts [Array<String>] :tags A list of tags to apply, allowing for more refined filtering of resources
245
+ # @return [Array<(StringResultSchema, Integer, Hash)>] StringResultSchema data, response status code and response headers
241
246
  def create_no_upload_and_import_course_job_with_http_info(course_id, import_request, opts = {})
242
247
  if @api_client.config.debugging
243
248
  @api_client.config.logger.debug 'Calling API: CourseApi.create_no_upload_and_import_course_job ...'
@@ -258,6 +263,7 @@ module RusticiSoftwareCloudV2
258
263
  query_params[:'courseId'] = course_id
259
264
  query_params[:'mayCreateNewVersion'] = opts[:'may_create_new_version'] if !opts[:'may_create_new_version'].nil?
260
265
  query_params[:'postbackUrl'] = opts[:'postback_url'] if !opts[:'postback_url'].nil?
266
+ query_params[:'tags'] = @api_client.build_collection_param(opts[:'tags'], :csv) if !opts[:'tags'].nil?
261
267
 
262
268
  # header parameters
263
269
  header_params = {}
@@ -291,6 +297,7 @@ module RusticiSoftwareCloudV2
291
297
  # @param [Hash] opts the optional parameters
292
298
  # @option opts [BOOLEAN] :may_create_new_version Is it OK to create a new version of this course? If this is set to false and the course already exists, the upload will fail. If true and the course already exists then a new version will be created. No effect if the course doesn&#39;t already exist. (default to false)
293
299
  # @option opts [String] :postback_url An optional parameter that specifies a URL to send a postback to when the course has finished uploading.
300
+ # @option opts [Array<String>] :tags A list of tags to apply, allowing for more refined filtering of resources
294
301
  # @option opts [String] :uploaded_content_type The MIME type identifier for the content to be uploaded. This is required if uploading a media file (.pdf, .mp3, or .mp4). (default to application/zip)
295
302
  # @option opts [String] :content_metadata Serialized &#39;mediaFileMetadata&#39; schema.
296
303
  # @option opts [File] :file The zip file of the course contents to import.
@@ -306,10 +313,11 @@ module RusticiSoftwareCloudV2
306
313
  # @param [Hash] opts the optional parameters
307
314
  # @option opts [BOOLEAN] :may_create_new_version Is it OK to create a new version of this course? If this is set to false and the course already exists, the upload will fail. If true and the course already exists then a new version will be created. No effect if the course doesn&#39;t already exist.
308
315
  # @option opts [String] :postback_url An optional parameter that specifies a URL to send a postback to when the course has finished uploading.
316
+ # @option opts [Array<String>] :tags A list of tags to apply, allowing for more refined filtering of resources
309
317
  # @option opts [String] :uploaded_content_type The MIME type identifier for the content to be uploaded. This is required if uploading a media file (.pdf, .mp3, or .mp4).
310
318
  # @option opts [String] :content_metadata Serialized &#39;mediaFileMetadata&#39; schema.
311
319
  # @option opts [File] :file The zip file of the course contents to import.
312
- # @return [Array<(StringResultSchema, Fixnum, Hash)>] StringResultSchema data, response status code and response headers
320
+ # @return [Array<(StringResultSchema, Integer, Hash)>] StringResultSchema data, response status code and response headers
313
321
  def create_upload_and_import_course_job_with_http_info(course_id, opts = {})
314
322
  if @api_client.config.debugging
315
323
  @api_client.config.logger.debug 'Calling API: CourseApi.create_upload_and_import_course_job ...'
@@ -326,6 +334,7 @@ module RusticiSoftwareCloudV2
326
334
  query_params[:'courseId'] = course_id
327
335
  query_params[:'mayCreateNewVersion'] = opts[:'may_create_new_version'] if !opts[:'may_create_new_version'].nil?
328
336
  query_params[:'postbackUrl'] = opts[:'postback_url'] if !opts[:'postback_url'].nil?
337
+ query_params[:'tags'] = @api_client.build_collection_param(opts[:'tags'], :csv) if !opts[:'tags'].nil?
329
338
 
330
339
  # header parameters
331
340
  header_params = {}
@@ -370,7 +379,7 @@ module RusticiSoftwareCloudV2
370
379
  # Deletes the specified course. &gt;**Caution:** &gt;When a course is deleted, so is everything connected to the course. This includes: &gt;- Registrations &gt;- Invitations &gt;- Dispatches &gt;- Debug Logs
371
380
  # @param course_id
372
381
  # @param [Hash] opts the optional parameters
373
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
382
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
374
383
  def delete_course_with_http_info(course_id, opts = {})
375
384
  if @api_client.config.debugging
376
385
  @api_client.config.logger.debug 'Calling API: CourseApi.delete_course ...'
@@ -426,7 +435,7 @@ module RusticiSoftwareCloudV2
426
435
  # @param course_id
427
436
  # @param relative_path Relative path of the asset within the course.
428
437
  # @param [Hash] opts the optional parameters
429
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
438
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
430
439
  def delete_course_asset_with_http_info(course_id, relative_path, opts = {})
431
440
  if @api_client.config.debugging
432
441
  @api_client.config.logger.debug 'Calling API: CourseApi.delete_course_asset ...'
@@ -487,7 +496,7 @@ module RusticiSoftwareCloudV2
487
496
  # @param course_id
488
497
  # @param setting_id
489
498
  # @param [Hash] opts the optional parameters
490
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
499
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
491
500
  def delete_course_configuration_setting_with_http_info(course_id, setting_id, opts = {})
492
501
  if @api_client.config.debugging
493
502
  @api_client.config.logger.debug 'Calling API: CourseApi.delete_course_configuration_setting ...'
@@ -547,7 +556,7 @@ module RusticiSoftwareCloudV2
547
556
  # @param course_id
548
557
  # @param tags
549
558
  # @param [Hash] opts the optional parameters
550
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
559
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
551
560
  def delete_course_tags_with_http_info(course_id, tags, opts = {})
552
561
  if @api_client.config.debugging
553
562
  @api_client.config.logger.debug 'Calling API: CourseApi.delete_course_tags ...'
@@ -607,7 +616,7 @@ module RusticiSoftwareCloudV2
607
616
  # @param course_id
608
617
  # @param version_id
609
618
  # @param [Hash] opts the optional parameters
610
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
619
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
611
620
  def delete_course_version_with_http_info(course_id, version_id, opts = {})
612
621
  if @api_client.config.debugging
613
622
  @api_client.config.logger.debug 'Calling API: CourseApi.delete_course_version ...'
@@ -669,7 +678,7 @@ module RusticiSoftwareCloudV2
669
678
  # @param version_id
670
679
  # @param relative_path Relative path of the asset within the course.
671
680
  # @param [Hash] opts the optional parameters
672
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
681
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
673
682
  def delete_course_version_asset_with_http_info(course_id, version_id, relative_path, opts = {})
674
683
  if @api_client.config.debugging
675
684
  @api_client.config.logger.debug 'Calling API: CourseApi.delete_course_version_asset ...'
@@ -736,7 +745,7 @@ module RusticiSoftwareCloudV2
736
745
  # @param version_id
737
746
  # @param setting_id
738
747
  # @param [Hash] opts the optional parameters
739
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
748
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
740
749
  def delete_course_version_configuration_setting_with_http_info(course_id, version_id, setting_id, opts = {})
741
750
  if @api_client.config.debugging
742
751
  @api_client.config.logger.debug 'Calling API: CourseApi.delete_course_version_configuration_setting ...'
@@ -802,7 +811,7 @@ module RusticiSoftwareCloudV2
802
811
  # @param [Hash] opts the optional parameters
803
812
  # @option opts [BOOLEAN] :include_registration_count Include the registration count in the results
804
813
  # @option opts [BOOLEAN] :include_course_metadata Include course metadata in the results. If the course has no metadata, adding this parameter has no effect.
805
- # @return [Array<(CourseSchema, Fixnum, Hash)>] CourseSchema data, response status code and response headers
814
+ # @return [Array<(CourseSchema, Integer, Hash)>] CourseSchema data, response status code and response headers
806
815
  def get_course_with_http_info(course_id, opts = {})
807
816
  if @api_client.config.debugging
808
817
  @api_client.config.logger.debug 'Calling API: CourseApi.get_course ...'
@@ -861,7 +870,7 @@ module RusticiSoftwareCloudV2
861
870
  # @param course_id
862
871
  # @param relative_path Relative path of the asset within the course.
863
872
  # @param [Hash] opts the optional parameters
864
- # @return [Array<(File, Fixnum, Hash)>] File data, response status code and response headers
873
+ # @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
865
874
  def get_course_asset_with_http_info(course_id, relative_path, opts = {})
866
875
  if @api_client.config.debugging
867
876
  @api_client.config.logger.debug 'Calling API: CourseApi.get_course_asset ...'
@@ -923,7 +932,7 @@ module RusticiSoftwareCloudV2
923
932
  # @param course_id
924
933
  # @param [Hash] opts the optional parameters
925
934
  # @option opts [BOOLEAN] :include_metadata
926
- # @return [Array<(SettingListSchema, Fixnum, Hash)>] SettingListSchema data, response status code and response headers
935
+ # @return [Array<(SettingListSchema, Integer, Hash)>] SettingListSchema data, response status code and response headers
927
936
  def get_course_configuration_with_http_info(course_id, opts = {})
928
937
  if @api_client.config.debugging
929
938
  @api_client.config.logger.debug 'Calling API: CourseApi.get_course_configuration ...'
@@ -979,7 +988,7 @@ module RusticiSoftwareCloudV2
979
988
  # Returns a list of asset files in the course. Included will be the relative path to use for the other course asset manipulation calls.
980
989
  # @param course_id
981
990
  # @param [Hash] opts the optional parameters
982
- # @return [Array<(FileListSchema, Fixnum, Hash)>] FileListSchema data, response status code and response headers
991
+ # @return [Array<(FileListSchema, Integer, Hash)>] FileListSchema data, response status code and response headers
983
992
  def get_course_file_list_with_http_info(course_id, opts = {})
984
993
  if @api_client.config.debugging
985
994
  @api_client.config.logger.debug 'Calling API: CourseApi.get_course_file_list ...'
@@ -1042,7 +1051,7 @@ module RusticiSoftwareCloudV2
1042
1051
  # @option opts [DateTime] :since Filter by ISO 8601 TimeStamp inclusive (defaults to UTC)
1043
1052
  # @option opts [DateTime] :_until Filter by ISO 8601 TimeStamp inclusive (defaults to UTC)
1044
1053
  # @option opts [String] :more Pagination token returned as &#x60;more&#x60; property of multi page list requests
1045
- # @return [Array<(XapiStatementResult, Fixnum, Hash)>] XapiStatementResult data, response status code and response headers
1054
+ # @return [Array<(XapiStatementResult, Integer, Hash)>] XapiStatementResult data, response status code and response headers
1046
1055
  def get_course_statements_with_http_info(course_id, opts = {})
1047
1056
  if @api_client.config.debugging
1048
1057
  @api_client.config.logger.debug 'Calling API: CourseApi.get_course_statements ...'
@@ -1101,7 +1110,7 @@ module RusticiSoftwareCloudV2
1101
1110
  # Returns the tags for the course.
1102
1111
  # @param course_id
1103
1112
  # @param [Hash] opts the optional parameters
1104
- # @return [Array<(TagListSchema, Fixnum, Hash)>] TagListSchema data, response status code and response headers
1113
+ # @return [Array<(TagListSchema, Integer, Hash)>] TagListSchema data, response status code and response headers
1105
1114
  def get_course_tags_with_http_info(course_id, opts = {})
1106
1115
  if @api_client.config.debugging
1107
1116
  @api_client.config.logger.debug 'Calling API: CourseApi.get_course_tags ...'
@@ -1160,7 +1169,7 @@ module RusticiSoftwareCloudV2
1160
1169
  # @param version_id
1161
1170
  # @param relative_path Relative path of the asset within the course.
1162
1171
  # @param [Hash] opts the optional parameters
1163
- # @return [Array<(File, Fixnum, Hash)>] File data, response status code and response headers
1172
+ # @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
1164
1173
  def get_course_version_asset_with_http_info(course_id, version_id, relative_path, opts = {})
1165
1174
  if @api_client.config.debugging
1166
1175
  @api_client.config.logger.debug 'Calling API: CourseApi.get_course_version_asset ...'
@@ -1228,7 +1237,7 @@ module RusticiSoftwareCloudV2
1228
1237
  # @param version_id
1229
1238
  # @param [Hash] opts the optional parameters
1230
1239
  # @option opts [BOOLEAN] :include_metadata
1231
- # @return [Array<(SettingListSchema, Fixnum, Hash)>] SettingListSchema data, response status code and response headers
1240
+ # @return [Array<(SettingListSchema, Integer, Hash)>] SettingListSchema data, response status code and response headers
1232
1241
  def get_course_version_configuration_with_http_info(course_id, version_id, opts = {})
1233
1242
  if @api_client.config.debugging
1234
1243
  @api_client.config.logger.debug 'Calling API: CourseApi.get_course_version_configuration ...'
@@ -1290,7 +1299,7 @@ module RusticiSoftwareCloudV2
1290
1299
  # @param course_id
1291
1300
  # @param version_id
1292
1301
  # @param [Hash] opts the optional parameters
1293
- # @return [Array<(FileListSchema, Fixnum, Hash)>] FileListSchema data, response status code and response headers
1302
+ # @return [Array<(FileListSchema, Integer, Hash)>] FileListSchema data, response status code and response headers
1294
1303
  def get_course_version_file_list_with_http_info(course_id, version_id, opts = {})
1295
1304
  if @api_client.config.debugging
1296
1305
  @api_client.config.logger.debug 'Calling API: CourseApi.get_course_version_file_list ...'
@@ -1355,7 +1364,7 @@ module RusticiSoftwareCloudV2
1355
1364
  # @param [Hash] opts the optional parameters
1356
1365
  # @option opts [BOOLEAN] :include_registration_count Include the registration count in the results
1357
1366
  # @option opts [BOOLEAN] :include_course_metadata Include course metadata in the results. If the course has no metadata, adding this parameter has no effect.
1358
- # @return [Array<(CourseSchema, Fixnum, Hash)>] CourseSchema data, response status code and response headers
1367
+ # @return [Array<(CourseSchema, Integer, Hash)>] CourseSchema data, response status code and response headers
1359
1368
  def get_course_version_info_with_http_info(course_id, version_id, opts = {})
1360
1369
  if @api_client.config.debugging
1361
1370
  @api_client.config.logger.debug 'Calling API: CourseApi.get_course_version_info ...'
@@ -1426,7 +1435,7 @@ module RusticiSoftwareCloudV2
1426
1435
  # @option opts [DateTime] :since Filter by ISO 8601 TimeStamp inclusive (defaults to UTC)
1427
1436
  # @option opts [DateTime] :_until Filter by ISO 8601 TimeStamp inclusive (defaults to UTC)
1428
1437
  # @option opts [String] :more Pagination token returned as &#x60;more&#x60; property of multi page list requests
1429
- # @return [Array<(XapiStatementResult, Fixnum, Hash)>] XapiStatementResult data, response status code and response headers
1438
+ # @return [Array<(XapiStatementResult, Integer, Hash)>] XapiStatementResult data, response status code and response headers
1430
1439
  def get_course_version_statements_with_http_info(course_id, version_id, opts = {})
1431
1440
  if @api_client.config.debugging
1432
1441
  @api_client.config.logger.debug 'Calling API: CourseApi.get_course_version_statements ...'
@@ -1497,7 +1506,7 @@ module RusticiSoftwareCloudV2
1497
1506
  # @option opts [DateTime] :_until Filter by ISO 8601 TimeStamp inclusive (defaults to UTC)
1498
1507
  # @option opts [BOOLEAN] :include_registration_count Include the registration count in the results
1499
1508
  # @option opts [BOOLEAN] :include_course_metadata Include course metadata in the results. If the course has no metadata, adding this parameter has no effect.
1500
- # @return [Array<(CourseListNonPagedSchema, Fixnum, Hash)>] CourseListNonPagedSchema data, response status code and response headers
1509
+ # @return [Array<(CourseListNonPagedSchema, Integer, Hash)>] CourseListNonPagedSchema data, response status code and response headers
1501
1510
  def get_course_versions_with_http_info(course_id, opts = {})
1502
1511
  if @api_client.config.debugging
1503
1512
  @api_client.config.logger.debug 'Calling API: CourseApi.get_course_versions ...'
@@ -1556,7 +1565,7 @@ module RusticiSoftwareCloudV2
1556
1565
  # Downloads a zip package for the course. The course zip package contains all of the files (assets) needed for a learner to take the course. The returned zip will contain all of the files orginally uploaded with the course, as well as any modifications made through updating/ adding new assets. &gt;**Info:** &gt;If looking to retrieve a specific file from a course, use &#x60;GetCourseAsset&#x60; instead.
1557
1566
  # @param course_id
1558
1567
  # @param [Hash] opts the optional parameters
1559
- # @return [Array<(File, Fixnum, Hash)>] File data, response status code and response headers
1568
+ # @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
1560
1569
  def get_course_zip_with_http_info(course_id, opts = {})
1561
1570
  if @api_client.config.debugging
1562
1571
  @api_client.config.logger.debug 'Calling API: CourseApi.get_course_zip ...'
@@ -1631,7 +1640,7 @@ module RusticiSoftwareCloudV2
1631
1640
  # @option opts [BOOLEAN] :include_course_metadata Include course metadata in the results. If the course has no metadata, adding this parameter has no effect.
1632
1641
  # @option opts [BOOLEAN] :include_registration_count Include the registration count in the results
1633
1642
  # @option opts [BOOLEAN] :include_total_count Include the total count of results matching the provided filters as a header on the initial request. The header will not be present on subsequent requests resulting from passing the &#x60;more&#x60; token.
1634
- # @return [Array<(CourseListSchema, Fixnum, Hash)>] CourseListSchema data, response status code and response headers
1643
+ # @return [Array<(CourseListSchema, Integer, Hash)>] CourseListSchema data, response status code and response headers
1635
1644
  def get_courses_with_http_info(opts = {})
1636
1645
  if @api_client.config.debugging
1637
1646
  @api_client.config.logger.debug 'Calling API: CourseApi.get_courses ...'
@@ -1693,7 +1702,7 @@ module RusticiSoftwareCloudV2
1693
1702
  # Check the status of a course import. This can be called incrementally to check the progress of a call to any of the import options. &gt;**Note:** &gt;The import job ID used for calls to GetImportJobStatus are only valid for one week after the course import finishes.
1694
1703
  # @param import_job_id Id received when the import job was submitted to the importJobs resource.
1695
1704
  # @param [Hash] opts the optional parameters
1696
- # @return [Array<(ImportJobResultSchema, Fixnum, Hash)>] ImportJobResultSchema data, response status code and response headers
1705
+ # @return [Array<(ImportJobResultSchema, Integer, Hash)>] ImportJobResultSchema data, response status code and response headers
1697
1706
  def get_import_job_status_with_http_info(import_job_id, opts = {})
1698
1707
  if @api_client.config.debugging
1699
1708
  @api_client.config.logger.debug 'Calling API: CourseApi.get_import_job_status ...'
@@ -1750,7 +1759,7 @@ module RusticiSoftwareCloudV2
1750
1759
  # @param course_id
1751
1760
  # @param version_id
1752
1761
  # @param [Hash] opts the optional parameters
1753
- # @return [Array<(File, Fixnum, Hash)>] File data, response status code and response headers
1762
+ # @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
1754
1763
  def get_versioned_course_zip_with_http_info(course_id, version_id, opts = {})
1755
1764
  if @api_client.config.debugging
1756
1765
  @api_client.config.logger.debug 'Calling API: CourseApi.get_versioned_course_zip ...'
@@ -1813,7 +1822,7 @@ module RusticiSoftwareCloudV2
1813
1822
  # @param asset_schema
1814
1823
  # @param [Hash] opts the optional parameters
1815
1824
  # @option opts [String] :update_asset_policy Describes how SCORM Cloud should handle importing asset files with respect to overwriting files. Valid values are &#39;reject&#39;, &#39;strict&#39;, and &#39;lax&#39;. A &#39;reject&#39; policy request will fail if the asset file already exists on the system (&#39;overwriting&#39; not allowed). A &#39;strict&#39; policy request will fail if the asset file does not already exist (&#39;overwriting&#39; is required). A &#39;lax&#39; policy request will not consider whether the file already exists (i.e., it will attempt to import in all cases).
1816
- # @return [Array<(AssetFileSchema, Fixnum, Hash)>] AssetFileSchema data, response status code and response headers
1825
+ # @return [Array<(AssetFileSchema, Integer, Hash)>] AssetFileSchema data, response status code and response headers
1817
1826
  def import_course_asset_file_with_http_info(course_id, asset_schema, opts = {})
1818
1827
  if @api_client.config.debugging
1819
1828
  @api_client.config.logger.debug 'Calling API: CourseApi.import_course_asset_file ...'
@@ -1879,7 +1888,7 @@ module RusticiSoftwareCloudV2
1879
1888
  # @param asset_schema
1880
1889
  # @param [Hash] opts the optional parameters
1881
1890
  # @option opts [String] :update_asset_policy Describes how SCORM Cloud should handle importing asset files with respect to overwriting files. Valid values are &#39;reject&#39;, &#39;strict&#39;, and &#39;lax&#39;. A &#39;reject&#39; policy request will fail if the asset file already exists on the system (&#39;overwriting&#39; not allowed). A &#39;strict&#39; policy request will fail if the asset file does not already exist (&#39;overwriting&#39; is required). A &#39;lax&#39; policy request will not consider whether the file already exists (i.e., it will attempt to import in all cases).
1882
- # @return [Array<(AssetFileSchema, Fixnum, Hash)>] AssetFileSchema data, response status code and response headers
1891
+ # @return [Array<(AssetFileSchema, Integer, Hash)>] AssetFileSchema data, response status code and response headers
1883
1892
  def import_course_version_asset_file_with_http_info(course_id, version_id, asset_schema, opts = {})
1884
1893
  if @api_client.config.debugging
1885
1894
  @api_client.config.logger.debug 'Calling API: CourseApi.import_course_version_asset_file ...'
@@ -1945,7 +1954,7 @@ module RusticiSoftwareCloudV2
1945
1954
  # @param course_id
1946
1955
  # @param tags
1947
1956
  # @param [Hash] opts the optional parameters
1948
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
1957
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
1949
1958
  def put_course_tags_with_http_info(course_id, tags, opts = {})
1950
1959
  if @api_client.config.debugging
1951
1960
  @api_client.config.logger.debug 'Calling API: CourseApi.put_course_tags ...'
@@ -2003,7 +2012,7 @@ module RusticiSoftwareCloudV2
2003
2012
  # Applies all of the provided tags on all of the provided courses. Tags are used to easily identify resources. Adding tags can enable more refined searches when making calls to certain endpoints (e.g. GetCourses).
2004
2013
  # @param batch Array of ids, and array of tags for bulk tag operations
2005
2014
  # @param [Hash] opts the optional parameters
2006
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
2015
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
2007
2016
  def put_course_tags_batch_with_http_info(batch, opts = {})
2008
2017
  if @api_client.config.debugging
2009
2018
  @api_client.config.logger.debug 'Calling API: CourseApi.put_course_tags_batch ...'
@@ -2059,7 +2068,7 @@ module RusticiSoftwareCloudV2
2059
2068
  # @param course_id
2060
2069
  # @param configuration_settings
2061
2070
  # @param [Hash] opts the optional parameters
2062
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
2071
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
2063
2072
  def set_course_configuration_with_http_info(course_id, configuration_settings, opts = {})
2064
2073
  if @api_client.config.debugging
2065
2074
  @api_client.config.logger.debug 'Calling API: CourseApi.set_course_configuration ...'
@@ -2119,7 +2128,7 @@ module RusticiSoftwareCloudV2
2119
2128
  # @param course_id
2120
2129
  # @param title
2121
2130
  # @param [Hash] opts the optional parameters
2122
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
2131
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
2123
2132
  def set_course_title_with_http_info(course_id, title, opts = {})
2124
2133
  if @api_client.config.debugging
2125
2134
  @api_client.config.logger.debug 'Calling API: CourseApi.set_course_title ...'
@@ -2181,7 +2190,7 @@ module RusticiSoftwareCloudV2
2181
2190
  # @param version_id
2182
2191
  # @param configuration_settings
2183
2192
  # @param [Hash] opts the optional parameters
2184
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
2193
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
2185
2194
  def set_course_version_configuration_with_http_info(course_id, version_id, configuration_settings, opts = {})
2186
2195
  if @api_client.config.debugging
2187
2196
  @api_client.config.logger.debug 'Calling API: CourseApi.set_course_version_configuration ...'
@@ -2249,7 +2258,7 @@ module RusticiSoftwareCloudV2
2249
2258
  # @param [Hash] opts the optional parameters
2250
2259
  # @option opts [File] :file The asset file to import into the course.
2251
2260
  # @option opts [String] :update_asset_policy Describes how SCORM Cloud should handle importing asset files with respect to overwriting files. Valid values are &#39;reject&#39;, &#39;strict&#39;, and &#39;lax&#39;. A &#39;reject&#39; policy request will fail if the asset file already exists on the system (&#39;overwriting&#39; not allowed). A &#39;strict&#39; policy request will fail if the asset file does not already exist (&#39;overwriting&#39; is required). A &#39;lax&#39; policy request will not consider whether the file already exists (i.e., it will attempt to import in all cases).
2252
- # @return [Array<(AssetFileSchema, Fixnum, Hash)>] AssetFileSchema data, response status code and response headers
2261
+ # @return [Array<(AssetFileSchema, Integer, Hash)>] AssetFileSchema data, response status code and response headers
2253
2262
  def upload_course_asset_file_with_http_info(course_id, destination, opts = {})
2254
2263
  if @api_client.config.debugging
2255
2264
  @api_client.config.logger.debug 'Calling API: CourseApi.upload_course_asset_file ...'
@@ -2319,7 +2328,7 @@ module RusticiSoftwareCloudV2
2319
2328
  # @param [Hash] opts the optional parameters
2320
2329
  # @option opts [File] :file The asset file to import into the course.
2321
2330
  # @option opts [String] :update_asset_policy Describes how SCORM Cloud should handle importing asset files with respect to overwriting files. Valid values are &#39;reject&#39;, &#39;strict&#39;, and &#39;lax&#39;. A &#39;reject&#39; policy request will fail if the asset file already exists on the system (&#39;overwriting&#39; not allowed). A &#39;strict&#39; policy request will fail if the asset file does not already exist (&#39;overwriting&#39; is required). A &#39;lax&#39; policy request will not consider whether the file already exists (i.e., it will attempt to import in all cases).
2322
- # @return [Array<(AssetFileSchema, Fixnum, Hash)>] AssetFileSchema data, response status code and response headers
2331
+ # @return [Array<(AssetFileSchema, Integer, Hash)>] AssetFileSchema data, response status code and response headers
2323
2332
  def upload_course_version_asset_file_with_http_info(course_id, version_id, destination, opts = {})
2324
2333
  if @api_client.config.debugging
2325
2334
  @api_client.config.logger.debug 'Calling API: CourseApi.upload_course_version_asset_file ...'