flywheel-sdk 21.4.0__py3-none-any.whl → 21.4.0rc0__py3-none-any.whl

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 (532) hide show
  1. flywheel/api/acquisitions_api.py +562 -1033
  2. flywheel/api/analyses_api.py +425 -786
  3. flywheel/api/audit_trail_api.py +44 -78
  4. flywheel/api/auth_api.py +4 -6
  5. flywheel/api/batch_api.py +36 -60
  6. flywheel/api/bulk_api.py +6 -10
  7. flywheel/api/change_log_api.py +22 -40
  8. flywheel/api/collections_api.py +403 -740
  9. flywheel/api/config_api.py +12 -18
  10. flywheel/api/container_tasks_api.py +8 -14
  11. flywheel/api/container_type_api.py +8 -14
  12. flywheel/api/containers_api.py +538 -989
  13. flywheel/api/custom_filters_api.py +36 -64
  14. flywheel/api/data_view_executions_api.py +52 -94
  15. flywheel/api/dataexplorer_api.py +90 -158
  16. flywheel/api/devices_api.py +76 -132
  17. flywheel/api/dimse_api.py +44 -72
  18. flywheel/api/download_api.py +25 -46
  19. flywheel/api/files_api.py +150 -266
  20. flywheel/api/form_responses_api.py +56 -100
  21. flywheel/api/gears_api.py +156 -278
  22. flywheel/api/groups_api.py +238 -426
  23. flywheel/api/jobs_api.py +166 -288
  24. flywheel/api/jupyterlab_servers_api.py +14 -24
  25. flywheel/api/modalities_api.py +44 -78
  26. flywheel/api/packfiles_api.py +4 -6
  27. flywheel/api/projects_api.py +854 -1565
  28. flywheel/api/protocols_api.py +54 -94
  29. flywheel/api/reports_api.py +108 -196
  30. flywheel/api/resolve_api.py +26 -48
  31. flywheel/api/roles_api.py +46 -82
  32. flywheel/api/sessions_api.py +616 -1137
  33. flywheel/api/site_api.py +106 -182
  34. flywheel/api/staffing_pools_api.py +50 -88
  35. flywheel/api/subjects_api.py +596 -1095
  36. flywheel/api/tasks_api.py +62 -108
  37. flywheel/api/tree_api.py +28 -52
  38. flywheel/api/uids_api.py +6 -10
  39. flywheel/api/upload_api.py +88 -162
  40. flywheel/api/users_api.py +228 -418
  41. flywheel/api/views_api.py +120 -222
  42. flywheel/api_client.py +1 -1
  43. flywheel/configuration.py +2 -2
  44. flywheel/flywheel.py +4422 -811
  45. flywheel/models/access_permission.py +7 -13
  46. flywheel/models/access_permission_output.py +7 -13
  47. flywheel/models/access_permission_update.py +4 -8
  48. flywheel/models/acquisition_copy_input.py +10 -18
  49. flywheel/models/acquisition_input.py +19 -33
  50. flywheel/models/acquisition_list_output.py +70 -118
  51. flywheel/models/acquisition_modify_input.py +19 -33
  52. flywheel/models/acquisition_output.py +70 -118
  53. flywheel/models/acquisition_parents.py +13 -23
  54. flywheel/models/acquisition_template_options.py +16 -28
  55. flywheel/models/acquisition_upsert_input.py +28 -48
  56. flywheel/models/acquisition_upsert_output.py +13 -23
  57. flywheel/models/adhoc_analysis_input.py +13 -23
  58. flywheel/models/analysis_files_create_ticket_output.py +13 -23
  59. flywheel/models/analysis_input.py +19 -33
  60. flywheel/models/analysis_list_output.py +61 -103
  61. flywheel/models/analysis_list_output_inflated_job.py +58 -98
  62. flywheel/models/analysis_modify_input.py +7 -13
  63. flywheel/models/analysis_output.py +61 -103
  64. flywheel/models/analysis_output_inflated_job.py +61 -103
  65. flywheel/models/analysis_parents.py +16 -28
  66. flywheel/models/api_key_input_with_optional_label.py +7 -13
  67. flywheel/models/api_key_output.py +19 -33
  68. flywheel/models/as_storage.py +19 -33
  69. flywheel/models/assignee.py +7 -13
  70. flywheel/models/audit_trail_report.py +40 -68
  71. flywheel/models/auth0_auth_out.py +22 -38
  72. flywheel/models/auth0_options_out.py +22 -38
  73. flywheel/models/auth_out.py +19 -33
  74. flywheel/models/auth_session_output.py +16 -28
  75. flywheel/models/avatars.py +10 -18
  76. flywheel/models/aws_creds.py +7 -13
  77. flywheel/models/aws_storage.py +25 -43
  78. flywheel/models/azure_creds.py +7 -13
  79. flywheel/models/base_aet.py +13 -23
  80. flywheel/models/base_compute.py +34 -58
  81. flywheel/models/batch.py +25 -43
  82. flywheel/models/batch_create_filters.py +10 -18
  83. flywheel/models/batch_job_analysis_input.py +16 -28
  84. flywheel/models/bookmark.py +7 -13
  85. flywheel/models/bulk_move_input.py +16 -28
  86. flywheel/models/cancelled_batch_output.py +4 -8
  87. flywheel/models/catalog_list_output.py +31 -53
  88. flywheel/models/central_out.py +19 -33
  89. flywheel/models/change.py +31 -53
  90. flywheel/models/change_log_document.py +13 -23
  91. flywheel/models/classic_batch_job_output.py +25 -43
  92. flywheel/models/classic_batch_job_output_inflated_jobs.py +28 -48
  93. flywheel/models/classic_batch_proposal_input.py +28 -48
  94. flywheel/models/classic_batch_proposal_output.py +37 -63
  95. flywheel/models/collection_input.py +10 -18
  96. flywheel/models/collection_input_with_contents.py +13 -23
  97. flywheel/models/collection_node.py +7 -13
  98. flywheel/models/collection_operation.py +7 -13
  99. flywheel/models/collection_output.py +55 -93
  100. flywheel/models/collection_with_stats.py +55 -93
  101. flywheel/models/column.py +16 -28
  102. flywheel/models/common_classification.py +1 -3
  103. flywheel/models/common_info.py +1 -3
  104. flywheel/models/complete_multipart_upload_output.py +7 -13
  105. flywheel/models/complete_s3_multipart_upload_input.py +13 -23
  106. flywheel/models/config_out.py +28 -48
  107. flywheel/models/container_filter.py +7 -13
  108. flywheel/models/container_id_view_input.py +43 -73
  109. flywheel/models/container_id_view_input_execute_and_save.py +19 -33
  110. flywheel/models/container_modify.py +43 -73
  111. flywheel/models/container_node_min.py +25 -43
  112. flywheel/models/container_output_with_files.py +16 -28
  113. flywheel/models/container_parents.py +19 -33
  114. flywheel/models/container_pipeline_input.py +43 -73
  115. flywheel/models/container_reference.py +7 -13
  116. flywheel/models/container_reference_with_label.py +10 -18
  117. flywheel/models/container_uidcheck.py +13 -23
  118. flywheel/models/container_update.py +1 -3
  119. flywheel/models/context_input.py +10 -18
  120. flywheel/models/copy_filter.py +19 -33
  121. flywheel/models/core_models_api_key_api_key_input.py +7 -13
  122. flywheel/models/core_models_audit_trail_create_report_input.py +16 -28
  123. flywheel/models/core_models_audit_trail_modify_report_input.py +4 -8
  124. flywheel/models/core_models_common_source.py +7 -13
  125. flywheel/models/core_models_jobs_api_key_input.py +7 -13
  126. flywheel/models/core_workflows_form_responses_models_form_parents.py +19 -33
  127. flywheel/models/core_workflows_form_responses_models_form_response_output.py +34 -58
  128. flywheel/models/core_workflows_reader_models_reader_task_parents.py +19 -33
  129. flywheel/models/creds.py +1 -3
  130. flywheel/models/curator.py +10 -18
  131. flywheel/models/current_user_output.py +64 -108
  132. flywheel/models/custom_field.py +34 -58
  133. flywheel/models/custom_form.py +13 -23
  134. flywheel/models/cvat_info.py +16 -28
  135. flywheel/models/cvat_settings.py +16 -28
  136. flywheel/models/cvat_settings_input.py +16 -28
  137. flywheel/models/daily_report_usage.py +46 -78
  138. flywheel/models/data_view_analysis_file_spec.py +10 -18
  139. flywheel/models/data_view_analysis_filter_spec.py +10 -18
  140. flywheel/models/data_view_column_alias.py +22 -38
  141. flywheel/models/data_view_column_spec.py +16 -28
  142. flywheel/models/data_view_execution.py +40 -68
  143. flywheel/models/data_view_file_spec.py +28 -48
  144. flywheel/models/data_view_group_by.py +4 -8
  145. flywheel/models/data_view_group_by_column.py +7 -13
  146. flywheel/models/data_view_name_filter_spec.py +7 -13
  147. flywheel/models/data_view_zip_filter_spec.py +10 -18
  148. flywheel/models/delete_by_search_query.py +13 -23
  149. flywheel/models/deleted_file.py +43 -73
  150. flywheel/models/deleted_result.py +10 -18
  151. flywheel/models/device.py +34 -58
  152. flywheel/models/device_admin_update.py +7 -13
  153. flywheel/models/device_create.py +10 -18
  154. flywheel/models/device_self_update.py +16 -28
  155. flywheel/models/device_status_entry.py +10 -18
  156. flywheel/models/device_storage_strategy_update.py +7 -13
  157. flywheel/models/download.py +13 -23
  158. flywheel/models/download_container_filter.py +4 -8
  159. flywheel/models/download_container_filter_definition.py +10 -18
  160. flywheel/models/download_filter.py +10 -18
  161. flywheel/models/download_filter_definition.py +7 -13
  162. flywheel/models/download_node.py +7 -13
  163. flywheel/models/download_ticket_stub.py +13 -23
  164. flywheel/models/e_signature.py +13 -23
  165. flywheel/models/edition.py +4 -8
  166. flywheel/models/egress_device.py +52 -88
  167. flywheel/models/egress_device_page.py +10 -18
  168. flywheel/models/egress_provider.py +31 -53
  169. flywheel/models/egress_provider_id.py +4 -8
  170. flywheel/models/exchange_storage.py +13 -23
  171. flywheel/models/executor_info.py +25 -43
  172. flywheel/models/export_templates.py +7 -13
  173. flywheel/models/features.py +193 -323
  174. flywheel/models/field_change.py +16 -28
  175. flywheel/models/field_change_log_document.py +13 -23
  176. flywheel/models/file.py +112 -188
  177. flywheel/models/file_classification_delta.py +13 -23
  178. flywheel/models/file_entry.py +64 -108
  179. flywheel/models/file_export_templates.py +16 -28
  180. flywheel/models/file_gear_info.py +10 -18
  181. flywheel/models/file_list_output.py +109 -183
  182. flywheel/models/file_modify_input.py +7 -13
  183. flywheel/models/file_move_input.py +10 -18
  184. flywheel/models/file_node.py +112 -188
  185. flywheel/models/file_node_min.py +22 -38
  186. flywheel/models/file_origin.py +16 -28
  187. flywheel/models/file_output.py +109 -183
  188. flywheel/models/file_parents.py +19 -33
  189. flywheel/models/file_reference.py +10 -18
  190. flywheel/models/file_suggestion.py +13 -23
  191. flywheel/models/file_template_options.py +19 -33
  192. flywheel/models/file_upsert_input.py +52 -88
  193. flywheel/models/file_upsert_output.py +112 -188
  194. flywheel/models/file_version.py +7 -13
  195. flywheel/models/file_version_copy_of.py +16 -28
  196. flywheel/models/file_version_output.py +22 -38
  197. flywheel/models/file_via.py +13 -23
  198. flywheel/models/filter.py +25 -43
  199. flywheel/models/filter_input.py +10 -18
  200. flywheel/models/filter_values.py +7 -13
  201. flywheel/models/fixed_file_version_input.py +10 -18
  202. flywheel/models/fixed_input.py +19 -33
  203. flywheel/models/form_definition.py +4 -8
  204. flywheel/models/form_response_base.py +19 -33
  205. flywheel/models/form_response_create.py +7 -13
  206. flywheel/models/gcp_creds.py +31 -53
  207. flywheel/models/gcp_storage.py +19 -33
  208. flywheel/models/gear.py +52 -88
  209. flywheel/models/gear_config.py +1 -3
  210. flywheel/models/gear_context_input.py +4 -8
  211. flywheel/models/gear_context_value_output.py +16 -28
  212. flywheel/models/gear_context_value_output_unfound.py +4 -8
  213. flywheel/models/gear_custom.py +1 -3
  214. flywheel/models/gear_directive.py +1 -3
  215. flywheel/models/gear_document.py +22 -38
  216. flywheel/models/gear_document_input.py +19 -33
  217. flywheel/models/gear_document_legacy_input.py +19 -33
  218. flywheel/models/gear_environment.py +1 -3
  219. flywheel/models/gear_exchange.py +10 -18
  220. flywheel/models/gear_file_input.py +7 -13
  221. flywheel/models/gear_id_output.py +4 -8
  222. flywheel/models/gear_info.py +13 -23
  223. flywheel/models/gear_input_item.py +10 -18
  224. flywheel/models/gear_inputs.py +1 -3
  225. flywheel/models/gear_key_input.py +7 -13
  226. flywheel/models/gear_manifest.py +55 -93
  227. flywheel/models/gear_node.py +25 -43
  228. flywheel/models/gear_output_configuration.py +4 -8
  229. flywheel/models/gear_permissions.py +7 -13
  230. flywheel/models/gear_permissions_input.py +4 -8
  231. flywheel/models/gear_rule.py +61 -103
  232. flywheel/models/gear_rule_condition.py +10 -18
  233. flywheel/models/gear_rule_input.py +46 -78
  234. flywheel/models/gear_rule_modify_input.py +43 -73
  235. flywheel/models/gear_rule_output.py +61 -103
  236. flywheel/models/gear_save_submission.py +10 -18
  237. flywheel/models/gear_series.py +19 -33
  238. flywheel/models/gear_series_update.py +4 -8
  239. flywheel/models/gear_suggestion_output.py +19 -33
  240. flywheel/models/gear_ticket.py +13 -23
  241. flywheel/models/gear_ticket_output.py +4 -8
  242. flywheel/models/graph_filter.py +22 -38
  243. flywheel/models/group_by.py +4 -8
  244. flywheel/models/group_input.py +13 -23
  245. flywheel/models/group_output.py +37 -63
  246. flywheel/models/group_report.py +10 -18
  247. flywheel/models/group_role.py +4 -8
  248. flywheel/models/group_settings_output.py +13 -23
  249. flywheel/models/group_update.py +13 -23
  250. flywheel/models/hierarchy_export_templates.py +16 -28
  251. flywheel/models/http_validation_error.py +4 -8
  252. flywheel/models/info.py +10 -18
  253. flywheel/models/ingress_provider.py +19 -33
  254. flywheel/models/ingress_providers.py +16 -28
  255. flywheel/models/ingress_site_settings.py +16 -28
  256. flywheel/models/ingress_update_provider.py +10 -18
  257. flywheel/models/inline_response200.py +4 -8
  258. flywheel/models/inline_response2001.py +4 -8
  259. flywheel/models/inline_response2002.py +4 -8
  260. flywheel/models/input_filter.py +10 -18
  261. flywheel/models/input_job.py +43 -73
  262. flywheel/models/input_job_profile.py +16 -28
  263. flywheel/models/inserted_id.py +4 -8
  264. flywheel/models/job.py +76 -128
  265. flywheel/models/job_analysis_input.py +16 -28
  266. flywheel/models/job_ask.py +19 -33
  267. flywheel/models/job_ask_response.py +7 -13
  268. flywheel/models/job_ask_response_job.py +94 -158
  269. flywheel/models/job_ask_return_criteria.py +13 -23
  270. flywheel/models/job_ask_state_response.py +4 -8
  271. flywheel/models/job_complete.py +10 -18
  272. flywheel/models/job_config.py +1 -3
  273. flywheel/models/job_config_input.py +16 -28
  274. flywheel/models/job_destination.py +7 -13
  275. flywheel/models/job_detail.py +88 -148
  276. flywheel/models/job_detail_container.py +7 -13
  277. flywheel/models/job_detail_file_entry.py +7 -13
  278. flywheel/models/job_detail_group.py +7 -13
  279. flywheel/models/job_detail_parent_info.py +19 -33
  280. flywheel/models/job_executor_info.py +25 -43
  281. flywheel/models/job_file_input.py +13 -23
  282. flywheel/models/job_file_input_list_output.py +13 -23
  283. flywheel/models/job_file_object.py +34 -58
  284. flywheel/models/job_file_object_list_output.py +31 -53
  285. flywheel/models/job_inputs_array_item.py +19 -33
  286. flywheel/models/job_inputs_item.py +13 -23
  287. flywheel/models/job_inputs_object.py +1 -3
  288. flywheel/models/job_list_output.py +94 -158
  289. flywheel/models/job_list_output_config.py +10 -18
  290. flywheel/models/job_log.py +7 -13
  291. flywheel/models/job_log_record.py +7 -13
  292. flywheel/models/job_modify.py +7 -13
  293. flywheel/models/job_origin.py +7 -13
  294. flywheel/models/job_output.py +97 -163
  295. flywheel/models/job_output_config.py +13 -23
  296. flywheel/models/job_parents.py +19 -33
  297. flywheel/models/job_priority_update.py +7 -13
  298. flywheel/models/job_profile.py +31 -53
  299. flywheel/models/job_request.py +10 -18
  300. flywheel/models/job_request_item.py +13 -23
  301. flywheel/models/job_request_target.py +16 -28
  302. flywheel/models/job_ticket_output.py +4 -8
  303. flywheel/models/job_transition_times.py +13 -23
  304. flywheel/models/job_version_info.py +1 -3
  305. flywheel/models/jobs_by_state.py +16 -28
  306. flywheel/models/jobs_list.py +4 -8
  307. flywheel/models/join_origin_device.py +4 -8
  308. flywheel/models/join_origin_job.py +10 -18
  309. flywheel/models/join_origin_user.py +7 -13
  310. flywheel/models/join_origins.py +10 -18
  311. flywheel/models/jupyterhub_workspace.py +4 -8
  312. flywheel/models/jupyterlab_server_modify.py +16 -28
  313. flywheel/models/jupyterlab_server_response.py +31 -53
  314. flywheel/models/ldap_sync_config.py +4 -8
  315. flywheel/models/ldap_sync_status.py +13 -23
  316. flywheel/models/legacy_api_key_output.py +16 -28
  317. flywheel/models/legacy_input.py +13 -23
  318. flywheel/models/legacy_usage_report.py +19 -33
  319. flywheel/models/legacys_usage_project_entry.py +7 -13
  320. flywheel/models/libs_viewer_config_models_viewer_config.py +7 -13
  321. flywheel/models/local_storage.py +10 -18
  322. flywheel/models/location.py +7 -13
  323. flywheel/models/locked.py +10 -18
  324. flywheel/models/master_subject_code_dob_input.py +16 -28
  325. flywheel/models/master_subject_code_input.py +16 -28
  326. flywheel/models/master_subject_code_output.py +4 -8
  327. flywheel/models/matched_acquisition_output.py +43 -73
  328. flywheel/models/measurement_config.py +10 -18
  329. flywheel/models/measurement_item_config.py +10 -18
  330. flywheel/models/mfa_settings.py +4 -8
  331. flywheel/models/ml_set_filter.py +7 -13
  332. flywheel/models/modality.py +13 -23
  333. flywheel/models/modality_input.py +13 -23
  334. flywheel/models/modality_modify.py +10 -18
  335. flywheel/models/modality_output.py +16 -28
  336. flywheel/models/modified_result.py +7 -13
  337. flywheel/models/modify_user_input.py +37 -63
  338. flywheel/models/move_conflict.py +19 -33
  339. flywheel/models/note.py +28 -48
  340. flywheel/models/note_input.py +4 -8
  341. flywheel/models/origin.py +7 -13
  342. flywheel/models/orphaned_count.py +4 -8
  343. flywheel/models/output_user_page.py +10 -18
  344. flywheel/models/packfile_cleanup_output.py +4 -8
  345. flywheel/models/packfile_removed_output.py +7 -13
  346. flywheel/models/page.py +10 -18
  347. flywheel/models/page_generic_file_output.py +10 -18
  348. flywheel/models/page_generic_filter.py +10 -18
  349. flywheel/models/page_generic_form_response_output.py +10 -18
  350. flywheel/models/page_generic_protocol.py +13 -23
  351. flywheel/models/page_generic_reader_task_output.py +13 -23
  352. flywheel/models/page_generic_staffing_pool.py +13 -23
  353. flywheel/models/parsed_query_response.py +7 -13
  354. flywheel/models/premade_jobs_batch_job_output.py +19 -33
  355. flywheel/models/premade_jobs_batch_job_output_inflated_jobs.py +19 -33
  356. flywheel/models/premade_jobs_batch_proposal.py +22 -38
  357. flywheel/models/premade_jobs_batch_proposal_detail.py +4 -8
  358. flywheel/models/premade_jobs_batch_proposal_input.py +4 -8
  359. flywheel/models/project_aet.py +22 -38
  360. flywheel/models/project_aet_input.py +13 -23
  361. flywheel/models/project_contact.py +7 -13
  362. flywheel/models/project_copy_input.py +13 -23
  363. flywheel/models/project_copy_output.py +10 -18
  364. flywheel/models/project_counters.py +28 -48
  365. flywheel/models/project_delete_status_output.py +7 -13
  366. flywheel/models/project_group_info.py +7 -13
  367. flywheel/models/project_hierarchy_input.py +16 -28
  368. flywheel/models/project_hierarchy_output.py +10 -18
  369. flywheel/models/project_input.py +28 -48
  370. flywheel/models/project_institution.py +7 -13
  371. flywheel/models/project_list_output.py +94 -158
  372. flywheel/models/project_modify.py +37 -63
  373. flywheel/models/project_output.py +94 -158
  374. flywheel/models/project_parents.py +4 -8
  375. flywheel/models/project_report.py +37 -63
  376. flywheel/models/project_report_list.py +4 -8
  377. flywheel/models/project_settings_input.py +22 -38
  378. flywheel/models/project_settings_output.py +22 -38
  379. flywheel/models/project_settings_sharing.py +22 -38
  380. flywheel/models/project_settings_sharing_input.py +22 -38
  381. flywheel/models/project_settings_workspaces.py +4 -8
  382. flywheel/models/project_settings_workspaces_input.py +4 -8
  383. flywheel/models/project_stats.py +16 -28
  384. flywheel/models/project_template.py +7 -13
  385. flywheel/models/project_template_input.py +7 -13
  386. flywheel/models/project_template_list_input.py +4 -8
  387. flywheel/models/protocol.py +46 -78
  388. flywheel/models/protocol_e_signature_config.py +7 -13
  389. flywheel/models/protocol_input.py +25 -43
  390. flywheel/models/protocol_modify.py +16 -28
  391. flywheel/models/provider.py +37 -63
  392. flywheel/models/provider_deletion_status.py +7 -13
  393. flywheel/models/provider_links.py +16 -28
  394. flywheel/models/providers.py +16 -28
  395. flywheel/models/reader_batch_create.py +37 -63
  396. flywheel/models/reader_task.py +67 -113
  397. flywheel/models/reader_task_config.py +10 -18
  398. flywheel/models/reader_task_create.py +46 -78
  399. flywheel/models/reader_task_modify.py +19 -33
  400. flywheel/models/reader_task_output.py +70 -118
  401. flywheel/models/reader_task_parent_details.py +22 -38
  402. flywheel/models/report_access_log_context.py +19 -33
  403. flywheel/models/report_access_log_context_entry.py +7 -13
  404. flywheel/models/report_access_log_context_file_entry.py +4 -8
  405. flywheel/models/report_access_log_entry.py +52 -88
  406. flywheel/models/report_access_log_origin.py +7 -13
  407. flywheel/models/report_availability_list.py +4 -8
  408. flywheel/models/report_daily_usage_entry.py +40 -68
  409. flywheel/models/report_ethnicity_grid.py +13 -23
  410. flywheel/models/report_gender_count.py +10 -18
  411. flywheel/models/report_group_report.py +10 -18
  412. flywheel/models/report_site.py +7 -13
  413. flywheel/models/report_time_period.py +7 -13
  414. flywheel/models/report_usage.py +52 -88
  415. flywheel/models/resolve_input.py +4 -8
  416. flywheel/models/resolve_output.py +7 -13
  417. flywheel/models/resolver_node.py +4 -8
  418. flywheel/models/role_input.py +7 -13
  419. flywheel/models/role_output.py +16 -28
  420. flywheel/models/role_permission.py +7 -13
  421. flywheel/models/role_permission_output.py +7 -13
  422. flywheel/models/role_permission_update.py +4 -8
  423. flywheel/models/role_update.py +7 -13
  424. flywheel/models/roles_role_assignment.py +7 -13
  425. flywheel/models/rule.py +37 -63
  426. flywheel/models/rule_any.py +10 -18
  427. flywheel/models/s3_compat_storage.py +28 -48
  428. flywheel/models/save_search.py +19 -33
  429. flywheel/models/save_search_input.py +10 -18
  430. flywheel/models/save_search_output.py +19 -33
  431. flywheel/models/save_search_page.py +10 -18
  432. flywheel/models/save_search_parent.py +7 -13
  433. flywheel/models/save_search_update.py +7 -13
  434. flywheel/models/search_acquisition_response.py +13 -23
  435. flywheel/models/search_analysis_response.py +13 -23
  436. flywheel/models/search_collection_response.py +13 -23
  437. flywheel/models/search_file_response.py +19 -33
  438. flywheel/models/search_group_response.py +7 -13
  439. flywheel/models/search_parent_response.py +7 -13
  440. flywheel/models/search_parse_error.py +13 -23
  441. flywheel/models/search_project_response.py +7 -13
  442. flywheel/models/search_query.py +22 -38
  443. flywheel/models/search_response.py +34 -58
  444. flywheel/models/search_session_response.py +13 -23
  445. flywheel/models/search_status.py +4 -8
  446. flywheel/models/search_subject_response.py +10 -18
  447. flywheel/models/select_item.py +7 -13
  448. flywheel/models/server_state.py +19 -33
  449. flywheel/models/service_aet.py +19 -33
  450. flywheel/models/service_aet_input.py +16 -28
  451. flywheel/models/session_copy_input.py +13 -23
  452. flywheel/models/session_embedded_subject.py +19 -33
  453. flywheel/models/session_input.py +34 -58
  454. flywheel/models/session_list_output.py +85 -143
  455. flywheel/models/session_modify.py +37 -63
  456. flywheel/models/session_output.py +85 -143
  457. flywheel/models/session_parents.py +10 -18
  458. flywheel/models/session_template_options.py +10 -18
  459. flywheel/models/session_template_recalc_output.py +4 -8
  460. flywheel/models/session_upsert_input.py +37 -63
  461. flywheel/models/session_upsert_output.py +13 -23
  462. flywheel/models/sharing_filter_options.py +25 -43
  463. flywheel/models/signed_fs_upload_output.py +7 -13
  464. flywheel/models/signed_url_cleanup_input.py +7 -13
  465. flywheel/models/signed_url_upload_input.py +7 -13
  466. flywheel/models/signed_url_upload_output.py +25 -43
  467. flywheel/models/site.py +55 -93
  468. flywheel/models/site_report.py +7 -13
  469. flywheel/models/site_settings.py +28 -48
  470. flywheel/models/sort.py +7 -13
  471. flywheel/models/staffing_pool.py +22 -38
  472. flywheel/models/staffing_pool_create.py +10 -18
  473. flywheel/models/staffing_pool_list.py +4 -8
  474. flywheel/models/staffing_pool_modify.py +10 -18
  475. flywheel/models/static_compute.py +10 -18
  476. flywheel/models/status_transitions.py +13 -23
  477. flywheel/models/storage_strategy_config.py +7 -13
  478. flywheel/models/structured_query.py +4 -8
  479. flywheel/models/structured_query_suggestions.py +7 -13
  480. flywheel/models/structured_query_value_suggestion.py +13 -23
  481. flywheel/models/subject_copy_input.py +10 -18
  482. flywheel/models/subject_input.py +55 -93
  483. flywheel/models/subject_modify.py +61 -103
  484. flywheel/models/subject_output.py +97 -163
  485. flywheel/models/subject_output_for_list.py +97 -163
  486. flywheel/models/subject_parents.py +7 -13
  487. flywheel/models/subject_role_permission.py +7 -13
  488. flywheel/models/subject_template_options.py +7 -13
  489. flywheel/models/subject_upsert_input.py +49 -83
  490. flywheel/models/subject_upsert_output.py +10 -18
  491. flywheel/models/sync_user_input.py +22 -38
  492. flywheel/models/tag.py +4 -8
  493. flywheel/models/task_assign.py +7 -13
  494. flywheel/models/task_parent_ref.py +13 -23
  495. flywheel/models/task_parent_ref_input.py +10 -18
  496. flywheel/models/task_submission.py +7 -13
  497. flywheel/models/toolbar_config.py +4 -8
  498. flywheel/models/transitions.py +16 -28
  499. flywheel/models/tree_container_request_spec.py +16 -28
  500. flywheel/models/tree_graph.py +1 -3
  501. flywheel/models/tree_graph_connection.py +13 -23
  502. flywheel/models/tree_graph_connections.py +1 -3
  503. flywheel/models/tree_graph_node.py +4 -8
  504. flywheel/models/tree_response_item.py +1 -3
  505. flywheel/models/uid_check_input_acquisitions.py +13 -23
  506. flywheel/models/uid_check_input_sessions.py +13 -23
  507. flywheel/models/uid_check_output.py +7 -13
  508. flywheel/models/upload_ticket_output.py +10 -18
  509. flywheel/models/upload_token_output.py +4 -8
  510. flywheel/models/user.py +67 -113
  511. flywheel/models/user_api_key.py +10 -18
  512. flywheel/models/user_input.py +37 -63
  513. flywheel/models/user_jobs.py +10 -18
  514. flywheel/models/user_output_id.py +4 -8
  515. flywheel/models/user_preferences.py +1 -3
  516. flywheel/models/user_wechat.py +1 -3
  517. flywheel/models/validation_error.py +10 -18
  518. flywheel/models/validation_rule.py +7 -13
  519. flywheel/models/version.py +25 -43
  520. flywheel/models/view_id_output.py +4 -8
  521. flywheel/models/view_output.py +34 -58
  522. flywheel/models/viewer_app.py +28 -48
  523. flywheel/models/viewer_app_input.py +28 -48
  524. flywheel/models/virus_scan.py +4 -8
  525. flywheel/models/work_in_progress_features.py +1 -3
  526. flywheel/models/zipfile_info.py +7 -13
  527. flywheel/models/zipfile_member_info.py +13 -23
  528. {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/METADATA +1 -1
  529. flywheel_sdk-21.4.0rc0.dist-info/RECORD +778 -0
  530. flywheel_sdk-21.4.0.dist-info/RECORD +0 -778
  531. {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/WHEEL +0 -0
  532. {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/licenses/LICENSE.txt +0 -0
@@ -30,15 +30,12 @@ class ContainersApi(object):
30
30
  When query param \"job\" is \"true\", send JSON to create an analysis and job. Otherwise, multipart/form-data to upload files and create an analysis.
31
31
  This method makes a synchronous HTTP request by default.
32
32
 
33
- :param cid:
34
- :type cid: str
35
- :param body:
36
- :type body: union[AdhocAnalysisInput,JobAnalysisInput]
37
- :param job: returns job_id instead of analysis.id, defaults to false
38
- :type job: bool, optional
39
- :param async_: Perform the request asynchronously
40
- :type async_: bool, optional
41
- :rtype: InsertedId
33
+ :param str cid: (required)
34
+ :param union[AdhocAnalysisInput,JobAnalysisInput] body: (required)
35
+ :param bool job: returns job_id instead of analysis.id
36
+ :param bool job: returns job_id instead of analysis.id
37
+ :param bool async_: Perform the request asynchronously
38
+ :return: InsertedId
42
39
  """
43
40
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
44
41
  kwargs['_return_http_data_only'] = True
@@ -62,18 +59,15 @@ class ContainersApi(object):
62
59
  When query param \"job\" is \"true\", send JSON to create an analysis and job. Otherwise, multipart/form-data to upload files and create an analysis.
63
60
  This method makes a synchronous HTTP request by default.
64
61
 
65
- :param cid:
66
- :type cid: str
67
- :param body:
68
- :type body: union[AdhocAnalysisInput,JobAnalysisInput]
69
- :param job: returns job_id instead of analysis.id, defaults to false
70
- :type job: bool, optional
71
- :param async_: Perform the request asynchronously
72
- :type async_: bool, optional
73
- :rtype: InsertedId
62
+ :param str cid: (required)
63
+ :param union[AdhocAnalysisInput,JobAnalysisInput] body: (required)
64
+ :param bool job: returns job_id instead of analysis.id
65
+ :param bool job: returns job_id instead of analysis.id
66
+ :param bool async_: Perform the request asynchronously
67
+ :return: InsertedId
74
68
  """
75
69
 
76
- all_params = ['cid','body','job',] # noqa: E501
70
+ all_params = ['cid','body','job','job',] # noqa: E501
77
71
  all_params.append('async_')
78
72
  all_params.append('_return_http_data_only')
79
73
  all_params.append('_preload_content')
@@ -106,6 +100,8 @@ class ContainersApi(object):
106
100
  path_params['cid'] = params['cid'] # noqa: E501
107
101
 
108
102
  query_params = []
103
+ if 'job' in params:
104
+ query_params.append(('job', params['job'])) # noqa: E501
109
105
  if 'job' in params:
110
106
  query_params.append(('job', params['job'])) # noqa: E501
111
107
  else:
@@ -160,15 +156,11 @@ class ContainersApi(object):
160
156
  Add a note to a(n) container analysis.
161
157
  This method makes a synchronous HTTP request by default.
162
158
 
163
- :param container_id: 24-char hex id
164
- :type container_id: str
165
- :param analysis_id: 24-char hex analysis id
166
- :type analysis_id: str
167
- :param body:
168
- :type body: NoteInput
169
- :param async_: Perform the request asynchronously
170
- :type async_: bool, optional
171
- :rtype: Note
159
+ :param str container_id: 24-char hex id (required)
160
+ :param str analysis_id: 24-char hex analysis id (required)
161
+ :param NoteInput body: (required)
162
+ :param bool async_: Perform the request asynchronously
163
+ :return: Note
172
164
  """
173
165
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
174
166
  kwargs['_return_http_data_only'] = True
@@ -192,15 +184,11 @@ class ContainersApi(object):
192
184
  Add a note to a(n) container analysis.
193
185
  This method makes a synchronous HTTP request by default.
194
186
 
195
- :param container_id: 24-char hex id
196
- :type container_id: str
197
- :param analysis_id: 24-char hex analysis id
198
- :type analysis_id: str
199
- :param body:
200
- :type body: NoteInput
201
- :param async_: Perform the request asynchronously
202
- :type async_: bool, optional
203
- :rtype: Note
187
+ :param str container_id: 24-char hex id (required)
188
+ :param str analysis_id: 24-char hex analysis id (required)
189
+ :param NoteInput body: (required)
190
+ :param bool async_: Perform the request asynchronously
191
+ :return: Note
204
192
  """
205
193
 
206
194
  all_params = ['container_id','analysis_id','body',] # noqa: E501
@@ -292,13 +280,10 @@ class ContainersApi(object):
292
280
  Add a note to a(n) container.
293
281
  This method makes a synchronous HTTP request by default.
294
282
 
295
- :param container_id:
296
- :type container_id: str
297
- :param body:
298
- :type body: NoteInput
299
- :param async_: Perform the request asynchronously
300
- :type async_: bool, optional
301
- :rtype: Note
283
+ :param str container_id: (required)
284
+ :param NoteInput body: (required)
285
+ :param bool async_: Perform the request asynchronously
286
+ :return: Note
302
287
  """
303
288
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
304
289
  kwargs['_return_http_data_only'] = True
@@ -322,13 +307,10 @@ class ContainersApi(object):
322
307
  Add a note to a(n) container.
323
308
  This method makes a synchronous HTTP request by default.
324
309
 
325
- :param container_id:
326
- :type container_id: str
327
- :param body:
328
- :type body: NoteInput
329
- :param async_: Perform the request asynchronously
330
- :type async_: bool, optional
331
- :rtype: Note
310
+ :param str container_id: (required)
311
+ :param NoteInput body: (required)
312
+ :param bool async_: Perform the request asynchronously
313
+ :return: Note
332
314
  """
333
315
 
334
316
  all_params = ['container_id','body',] # noqa: E501
@@ -414,13 +396,10 @@ class ContainersApi(object):
414
396
  Propagates changes to projects, sessions and acquisitions
415
397
  This method makes a synchronous HTTP request by default.
416
398
 
417
- :param cid:
418
- :type cid: str
419
- :param body:
420
- :type body: Tag
421
- :param async_: Perform the request asynchronously
422
- :type async_: bool, optional
423
- :rtype: ModifiedResult
399
+ :param str cid: (required)
400
+ :param Tag body: (required)
401
+ :param bool async_: Perform the request asynchronously
402
+ :return: ModifiedResult
424
403
  """
425
404
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
426
405
  kwargs['_return_http_data_only'] = True
@@ -444,13 +423,10 @@ class ContainersApi(object):
444
423
  Propagates changes to projects, sessions and acquisitions
445
424
  This method makes a synchronous HTTP request by default.
446
425
 
447
- :param cid:
448
- :type cid: str
449
- :param body:
450
- :type body: Tag
451
- :param async_: Perform the request asynchronously
452
- :type async_: bool, optional
453
- :rtype: ModifiedResult
426
+ :param str cid: (required)
427
+ :param Tag body: (required)
428
+ :param bool async_: Perform the request asynchronously
429
+ :return: ModifiedResult
454
430
  """
455
431
 
456
432
  all_params = ['cid','body',] # noqa: E501
@@ -536,13 +512,10 @@ class ContainersApi(object):
536
512
  Add multiple tags to a(n) container
537
513
  This method makes a synchronous HTTP request by default.
538
514
 
539
- :param cid:
540
- :type cid: str
541
- :param body:
542
- :type body: list[str]
543
- :param async_: Perform the request asynchronously
544
- :type async_: bool, optional
545
- :rtype: None
515
+ :param str cid: (required)
516
+ :param list[str] body: (required)
517
+ :param bool async_: Perform the request asynchronously
518
+ :return: None
546
519
  """
547
520
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
548
521
  kwargs['_return_http_data_only'] = True
@@ -566,13 +539,10 @@ class ContainersApi(object):
566
539
  Add multiple tags to a(n) container
567
540
  This method makes a synchronous HTTP request by default.
568
541
 
569
- :param cid:
570
- :type cid: str
571
- :param body:
572
- :type body: list[str]
573
- :param async_: Perform the request asynchronously
574
- :type async_: bool, optional
575
- :rtype: None
542
+ :param str cid: (required)
543
+ :param list[str] body: (required)
544
+ :param bool async_: Perform the request asynchronously
545
+ :return: None
576
546
  """
577
547
 
578
548
  all_params = ['cid','body',] # noqa: E501
@@ -651,13 +621,10 @@ class ContainersApi(object):
651
621
  Create container view
652
622
  This method makes a synchronous HTTP request by default.
653
623
 
654
- :param container_id:
655
- :type container_id: str
656
- :param body:
657
- :type body: ContainerIdViewInput
658
- :param async_: Perform the request asynchronously
659
- :type async_: bool, optional
660
- :rtype: ViewIdOutput
624
+ :param str container_id: (required)
625
+ :param ContainerIdViewInput body: (required)
626
+ :param bool async_: Perform the request asynchronously
627
+ :return: ViewIdOutput
661
628
  """
662
629
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
663
630
  kwargs['_return_http_data_only'] = True
@@ -681,13 +648,10 @@ class ContainersApi(object):
681
648
  Create container view
682
649
  This method makes a synchronous HTTP request by default.
683
650
 
684
- :param container_id:
685
- :type container_id: str
686
- :param body:
687
- :type body: ContainerIdViewInput
688
- :param async_: Perform the request asynchronously
689
- :type async_: bool, optional
690
- :rtype: ViewIdOutput
651
+ :param str container_id: (required)
652
+ :param ContainerIdViewInput body: (required)
653
+ :param bool async_: Perform the request asynchronously
654
+ :return: ViewIdOutput
691
655
  """
692
656
 
693
657
  all_params = ['container_id','body',] # noqa: E501
@@ -773,13 +737,10 @@ class ContainersApi(object):
773
737
  Delete Container
774
738
  This method makes a synchronous HTTP request by default.
775
739
 
776
- :param container_id:
777
- :type container_id: str
778
- :param delete_reason:
779
- :type delete_reason: ContainerDeleteReason, optional
780
- :param async_: Perform the request asynchronously
781
- :type async_: bool, optional
782
- :rtype: DeletedResult
740
+ :param str container_id: (required)
741
+ :param ContainerDeleteReason delete_reason:
742
+ :param bool async_: Perform the request asynchronously
743
+ :return: DeletedResult
783
744
  """
784
745
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
785
746
  kwargs['_return_http_data_only'] = True
@@ -803,13 +764,10 @@ class ContainersApi(object):
803
764
  Delete Container
804
765
  This method makes a synchronous HTTP request by default.
805
766
 
806
- :param container_id:
807
- :type container_id: str
808
- :param delete_reason:
809
- :type delete_reason: ContainerDeleteReason, optional
810
- :param async_: Perform the request asynchronously
811
- :type async_: bool, optional
812
- :rtype: DeletedResult
767
+ :param str container_id: (required)
768
+ :param ContainerDeleteReason delete_reason:
769
+ :param bool async_: Perform the request asynchronously
770
+ :return: DeletedResult
813
771
  """
814
772
 
815
773
  all_params = ['container_id','delete_reason',] # noqa: E501
@@ -880,15 +838,11 @@ class ContainersApi(object):
880
838
  Delete an analysis for a container.
881
839
  This method makes a synchronous HTTP request by default.
882
840
 
883
- :param cid:
884
- :type cid: str
885
- :param analysis_id:
886
- :type analysis_id: str
887
- :param delete_reason: Provide a reason for the deletion
888
- :type delete_reason: ContainerDeleteReason, optional
889
- :param async_: Perform the request asynchronously
890
- :type async_: bool, optional
891
- :rtype: DeletedResult
841
+ :param str cid: (required)
842
+ :param str analysis_id: (required)
843
+ :param ContainerDeleteReason delete_reason: Provide a reason for the deletion
844
+ :param bool async_: Perform the request asynchronously
845
+ :return: DeletedResult
892
846
  """
893
847
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
894
848
  kwargs['_return_http_data_only'] = True
@@ -912,15 +866,11 @@ class ContainersApi(object):
912
866
  Delete an analysis for a container.
913
867
  This method makes a synchronous HTTP request by default.
914
868
 
915
- :param cid:
916
- :type cid: str
917
- :param analysis_id:
918
- :type analysis_id: str
919
- :param delete_reason: Provide a reason for the deletion
920
- :type delete_reason: ContainerDeleteReason, optional
921
- :param async_: Perform the request asynchronously
922
- :type async_: bool, optional
923
- :rtype: DeletedResult
869
+ :param str cid: (required)
870
+ :param str analysis_id: (required)
871
+ :param ContainerDeleteReason delete_reason: Provide a reason for the deletion
872
+ :param bool async_: Perform the request asynchronously
873
+ :return: DeletedResult
924
874
  """
925
875
 
926
876
  all_params = ['cid','analysis_id','delete_reason',] # noqa: E501
@@ -997,15 +947,11 @@ class ContainersApi(object):
997
947
  Remove a note from a(n) container analysis.
998
948
  This method makes a synchronous HTTP request by default.
999
949
 
1000
- :param cid: 24-char hex id
1001
- :type cid: str
1002
- :param analysis_id: 24-char hex analysis id
1003
- :type analysis_id: str
1004
- :param note_id: 24-char hex note id
1005
- :type note_id: str
1006
- :param async_: Perform the request asynchronously
1007
- :type async_: bool, optional
1008
- :rtype: DeletedResult
950
+ :param str cid: 24-char hex id (required)
951
+ :param str analysis_id: 24-char hex analysis id (required)
952
+ :param str note_id: 24-char hex note id (required)
953
+ :param bool async_: Perform the request asynchronously
954
+ :return: DeletedResult
1009
955
  """
1010
956
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1011
957
  kwargs['_return_http_data_only'] = True
@@ -1029,15 +975,11 @@ class ContainersApi(object):
1029
975
  Remove a note from a(n) container analysis.
1030
976
  This method makes a synchronous HTTP request by default.
1031
977
 
1032
- :param cid: 24-char hex id
1033
- :type cid: str
1034
- :param analysis_id: 24-char hex analysis id
1035
- :type analysis_id: str
1036
- :param note_id: 24-char hex note id
1037
- :type note_id: str
1038
- :param async_: Perform the request asynchronously
1039
- :type async_: bool, optional
1040
- :rtype: DeletedResult
978
+ :param str cid: 24-char hex id (required)
979
+ :param str analysis_id: 24-char hex analysis id (required)
980
+ :param str note_id: 24-char hex note id (required)
981
+ :param bool async_: Perform the request asynchronously
982
+ :return: DeletedResult
1041
983
  """
1042
984
 
1043
985
  all_params = ['cid','analysis_id','note_id',] # noqa: E501
@@ -1118,17 +1060,12 @@ class ContainersApi(object):
1118
1060
  A user with read-write or higher permissions on the container may delete files that were uploaded by users or were the output of jobs. (Specifically, files whose `origin.type` is either `job` or `user`.) <br/> A user with admin permissions on the container may delete any file.
1119
1061
  This method makes a synchronous HTTP request by default.
1120
1062
 
1121
- :param cid:
1122
- :type cid: str
1123
- :param filename:
1124
- :type filename: str
1125
- :param delete_reason: A reason for deletion when audit-trail is enabled
1126
- :type delete_reason: ContainerDeleteReason, optional
1127
- :param force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release., defaults to false
1128
- :type force: bool, optional
1129
- :param async_: Perform the request asynchronously
1130
- :type async_: bool, optional
1131
- :rtype: DeletedResult
1063
+ :param str cid: (required)
1064
+ :param str filename: (required)
1065
+ :param ContainerDeleteReason delete_reason: A reason for deletion when audit-trail is enabled
1066
+ :param bool force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release.
1067
+ :param bool async_: Perform the request asynchronously
1068
+ :return: DeletedResult
1132
1069
  """
1133
1070
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1134
1071
  kwargs['_return_http_data_only'] = True
@@ -1152,17 +1089,12 @@ class ContainersApi(object):
1152
1089
  A user with read-write or higher permissions on the container may delete files that were uploaded by users or were the output of jobs. (Specifically, files whose `origin.type` is either `job` or `user`.) <br/> A user with admin permissions on the container may delete any file.
1153
1090
  This method makes a synchronous HTTP request by default.
1154
1091
 
1155
- :param cid:
1156
- :type cid: str
1157
- :param filename:
1158
- :type filename: str
1159
- :param delete_reason: A reason for deletion when audit-trail is enabled
1160
- :type delete_reason: ContainerDeleteReason, optional
1161
- :param force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release., defaults to false
1162
- :type force: bool, optional
1163
- :param async_: Perform the request asynchronously
1164
- :type async_: bool, optional
1165
- :rtype: DeletedResult
1092
+ :param str cid: (required)
1093
+ :param str filename: (required)
1094
+ :param ContainerDeleteReason delete_reason: A reason for deletion when audit-trail is enabled
1095
+ :param bool force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release.
1096
+ :param bool async_: Perform the request asynchronously
1097
+ :return: DeletedResult
1166
1098
  """
1167
1099
 
1168
1100
  all_params = ['cid','filename','delete_reason','force',] # noqa: E501
@@ -1241,13 +1173,10 @@ class ContainersApi(object):
1241
1173
  Remove a note from a(n) container
1242
1174
  This method makes a synchronous HTTP request by default.
1243
1175
 
1244
- :param cid:
1245
- :type cid: str
1246
- :param note_id:
1247
- :type note_id: str
1248
- :param async_: Perform the request asynchronously
1249
- :type async_: bool, optional
1250
- :rtype: DeletedResult
1176
+ :param str cid: (required)
1177
+ :param str note_id: (required)
1178
+ :param bool async_: Perform the request asynchronously
1179
+ :return: DeletedResult
1251
1180
  """
1252
1181
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1253
1182
  kwargs['_return_http_data_only'] = True
@@ -1271,13 +1200,10 @@ class ContainersApi(object):
1271
1200
  Remove a note from a(n) container
1272
1201
  This method makes a synchronous HTTP request by default.
1273
1202
 
1274
- :param cid:
1275
- :type cid: str
1276
- :param note_id:
1277
- :type note_id: str
1278
- :param async_: Perform the request asynchronously
1279
- :type async_: bool, optional
1280
- :rtype: DeletedResult
1203
+ :param str cid: (required)
1204
+ :param str note_id: (required)
1205
+ :param bool async_: Perform the request asynchronously
1206
+ :return: DeletedResult
1281
1207
  """
1282
1208
 
1283
1209
  all_params = ['cid','note_id',] # noqa: E501
@@ -1352,13 +1278,10 @@ class ContainersApi(object):
1352
1278
  Delete a tag
1353
1279
  This method makes a synchronous HTTP request by default.
1354
1280
 
1355
- :param cid:
1356
- :type cid: str
1357
- :param value: The tag to interact with
1358
- :type value: str
1359
- :param async_: Perform the request asynchronously
1360
- :type async_: bool, optional
1361
- :rtype: DeletedResult
1281
+ :param str cid: (required)
1282
+ :param str value: The tag to interact with (required)
1283
+ :param bool async_: Perform the request asynchronously
1284
+ :return: DeletedResult
1362
1285
  """
1363
1286
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1364
1287
  kwargs['_return_http_data_only'] = True
@@ -1382,13 +1305,10 @@ class ContainersApi(object):
1382
1305
  Delete a tag
1383
1306
  This method makes a synchronous HTTP request by default.
1384
1307
 
1385
- :param cid:
1386
- :type cid: str
1387
- :param value: The tag to interact with
1388
- :type value: str
1389
- :param async_: Perform the request asynchronously
1390
- :type async_: bool, optional
1391
- :rtype: DeletedResult
1308
+ :param str cid: (required)
1309
+ :param str value: The tag to interact with (required)
1310
+ :param bool async_: Perform the request asynchronously
1311
+ :return: DeletedResult
1392
1312
  """
1393
1313
 
1394
1314
  all_params = ['cid','value',] # noqa: E501
@@ -1463,13 +1383,10 @@ class ContainersApi(object):
1463
1383
  Delete multiple tags from a(n) container
1464
1384
  This method makes a synchronous HTTP request by default.
1465
1385
 
1466
- :param cid:
1467
- :type cid: str
1468
- :param body:
1469
- :type body: list[str]
1470
- :param async_: Perform the request asynchronously
1471
- :type async_: bool, optional
1472
- :rtype: None
1386
+ :param str cid: (required)
1387
+ :param list[str] body: (required)
1388
+ :param bool async_: Perform the request asynchronously
1389
+ :return: None
1473
1390
  """
1474
1391
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1475
1392
  kwargs['_return_http_data_only'] = True
@@ -1493,13 +1410,10 @@ class ContainersApi(object):
1493
1410
  Delete multiple tags from a(n) container
1494
1411
  This method makes a synchronous HTTP request by default.
1495
1412
 
1496
- :param cid:
1497
- :type cid: str
1498
- :param body:
1499
- :type body: list[str]
1500
- :param async_: Perform the request asynchronously
1501
- :type async_: bool, optional
1502
- :rtype: None
1413
+ :param str cid: (required)
1414
+ :param list[str] body: (required)
1415
+ :param bool async_: Perform the request asynchronously
1416
+ :return: None
1503
1417
  """
1504
1418
 
1505
1419
  all_params = ['cid','body',] # noqa: E501
@@ -1578,29 +1492,18 @@ class ContainersApi(object):
1578
1492
  Files can be downloaded directly from this endpoint with a valid \"Authorization\" header or via a ticket id. To generate a ticket: - Make a request with an empty \"ticket\" parameter and a valid \"Authorization\" header. The server will respond with a generated ticket id. - Make another request with the received ticket id in the \"ticket\" parameter. A valid \"Authorization\" header is no longer required. When \"view\" is true, [RFC7233](https://tools.ietf.org/html/rfc7233) range request headers are supported. When virus_scan feature is enabled the quarantined files only can be downloaded using signed urls otherwise it will return with a HTTP 400 response.
1579
1493
  This method makes a synchronous HTTP request by default.
1580
1494
 
1581
- :param container_id: 24-character hex ID
1582
- :type container_id: str
1583
- :param file_name: output file name
1584
- :type file_name: str
1585
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
1586
- :type info: bool, optional
1587
- :param member: The filename of a zipfile member to download rather than the entire file
1588
- :type member: str, optional
1589
- :param view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\" , defaults to false
1590
- :type view: bool, optional
1591
- :param version: version of the file to download
1592
- :type version: int, optional
1593
- :param hash: file hash for comparison
1594
- :type hash: str, optional
1595
- :param range: byte ranges to return
1596
- :type range: str, optional
1597
- :param x_accept_feature: redirect header, defaults to []
1598
- :type x_accept_feature: list[str], optional
1599
- :param dest_file: Destination file path
1600
- :type dest_file: str
1601
- :param async_: Perform the request asynchronously
1602
- :type async_: bool, optional
1603
- :rtype: union[DownloadTicketStub,ZipfileInfo]
1495
+ :param str container_id: 24-character hex ID (required)
1496
+ :param str file_name: output file name (required)
1497
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
1498
+ :param str member: The filename of a zipfile member to download rather than the entire file
1499
+ :param bool view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\"
1500
+ :param int version: version of the file to download
1501
+ :param str hash: file hash for comparison
1502
+ :param str range: byte ranges to return
1503
+ :param list[str] x_accept_feature: redirect header
1504
+ :param str dest_file: Destination file path
1505
+ :param bool async_: Perform the request asynchronously
1506
+ :return: union[DownloadTicketStub,ZipfileInfo]
1604
1507
  """
1605
1508
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1606
1509
  kwargs['_return_http_data_only'] = True
@@ -1623,27 +1526,17 @@ class ContainersApi(object):
1623
1526
  Files can be downloaded directly from this endpoint with a valid \"Authorization\" header or via a ticket id. To generate a ticket: - Make a request with an empty \"ticket\" parameter and a valid \"Authorization\" header. The server will respond with a generated ticket id. - Make another request with the received ticket id in the \"ticket\" parameter. A valid \"Authorization\" header is no longer required. When \"view\" is true, [RFC7233](https://tools.ietf.org/html/rfc7233) range request headers are supported. When virus_scan feature is enabled the quarantined files only can be downloaded using signed urls otherwise it will return with a HTTP 400 response.
1624
1527
  This method makes a synchronous HTTP request by default.
1625
1528
 
1626
- :param container_id: 24-character hex ID
1627
- :type container_id: str
1628
- :param file_name: output file name
1629
- :type file_name: str
1630
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
1631
- :type info: bool, optional
1632
- :param member: The filename of a zipfile member to download rather than the entire file
1633
- :type member: str, optional
1634
- :param view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\" , defaults to false
1635
- :type view: bool, optional
1636
- :param version: version of the file to download
1637
- :type version: int, optional
1638
- :param hash: file hash for comparison
1639
- :type hash: str, optional
1640
- :param range: byte ranges to return
1641
- :type range: str, optional
1642
- :param x_accept_feature: redirect header, defaults to []
1643
- :type x_accept_feature: list[str], optional
1644
- :param async_: Perform the request asynchronously
1645
- :type async_: bool, optional
1646
- :rtype: union[DownloadTicketStub,ZipfileInfo]
1529
+ :param str container_id: 24-character hex ID (required)
1530
+ :param str file_name: output file name (required)
1531
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
1532
+ :param str member: The filename of a zipfile member to download rather than the entire file
1533
+ :param bool view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\"
1534
+ :param int version: version of the file to download
1535
+ :param str hash: file hash for comparison
1536
+ :param str range: byte ranges to return
1537
+ :param list[str] x_accept_feature: redirect header
1538
+ :param bool async_: Perform the request asynchronously
1539
+ :return: union[DownloadTicketStub,ZipfileInfo]
1647
1540
  """
1648
1541
 
1649
1542
  all_params = ['container_id','file_name','info','member','view','version','hash','range','x_accept_feature',] # noqa: E501
@@ -1733,29 +1626,18 @@ class ContainersApi(object):
1733
1626
  Does not work on files whose names contain a forward slash.
1734
1627
  This method makes a synchronous HTTP request by default.
1735
1628
 
1736
- :param container_id: 24-character hex ID
1737
- :type container_id: str
1738
- :param file_name: output file name
1739
- :type file_name: str
1740
- :param ticket: The generated ticket id for the download, or present but empty to generate a ticket id
1741
- :type ticket: str, optional
1742
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
1743
- :type info: bool, optional
1744
- :param member: The filename of a zipfile member to download rather than the entire file
1745
- :type member: str, optional
1746
- :param view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\" , defaults to false
1747
- :type view: bool, optional
1748
- :param version: version of the file to download
1749
- :type version: int, optional
1750
- :param hash: file hash for comparison
1751
- :type hash: str, optional
1752
- :param range: byte ranges to return
1753
- :type range: str, optional
1754
- :param x_accept_feature: redirect header, defaults to []
1755
- :type x_accept_feature: list[str], optional
1756
- :param async_: Perform the request asynchronously
1757
- :type async_: bool, optional
1758
- :rtype: FileZipInfo
1629
+ :param str container_id: 24-character hex ID (required)
1630
+ :param str file_name: output file name (required)
1631
+ :param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
1632
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
1633
+ :param str member: The filename of a zipfile member to download rather than the entire file
1634
+ :param bool view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\"
1635
+ :param int version: version of the file to download
1636
+ :param str hash: file hash for comparison
1637
+ :param str range: byte ranges to return
1638
+ :param list[str] x_accept_feature: redirect header
1639
+ :param bool async_: Perform the request asynchronously
1640
+ :return: FileZipInfo
1759
1641
  """
1760
1642
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1761
1643
  kwargs['_return_http_data_only'] = True
@@ -1779,29 +1661,18 @@ class ContainersApi(object):
1779
1661
  Does not work on files whose names contain a forward slash.
1780
1662
  This method makes a synchronous HTTP request by default.
1781
1663
 
1782
- :param container_id: 24-character hex ID
1783
- :type container_id: str
1784
- :param file_name: output file name
1785
- :type file_name: str
1786
- :param ticket: The generated ticket id for the download, or present but empty to generate a ticket id
1787
- :type ticket: str, optional
1788
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
1789
- :type info: bool, optional
1790
- :param member: The filename of a zipfile member to download rather than the entire file
1791
- :type member: str, optional
1792
- :param view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\" , defaults to false
1793
- :type view: bool, optional
1794
- :param version: version of the file to download
1795
- :type version: int, optional
1796
- :param hash: file hash for comparison
1797
- :type hash: str, optional
1798
- :param range: byte ranges to return
1799
- :type range: str, optional
1800
- :param x_accept_feature: redirect header, defaults to []
1801
- :type x_accept_feature: list[str], optional
1802
- :param async_: Perform the request asynchronously
1803
- :type async_: bool, optional
1804
- :rtype: FileZipInfo
1664
+ :param str container_id: 24-character hex ID (required)
1665
+ :param str file_name: output file name (required)
1666
+ :param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
1667
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
1668
+ :param str member: The filename of a zipfile member to download rather than the entire file
1669
+ :param bool view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\"
1670
+ :param int version: version of the file to download
1671
+ :param str hash: file hash for comparison
1672
+ :param str range: byte ranges to return
1673
+ :param list[str] x_accept_feature: redirect header
1674
+ :param bool async_: Perform the request asynchronously
1675
+ :return: FileZipInfo
1805
1676
  """
1806
1677
 
1807
1678
  all_params = ['container_id','file_name','ticket','info','member','view','version','hash','range','x_accept_feature',] # noqa: E501
@@ -1894,29 +1765,18 @@ class ContainersApi(object):
1894
1765
 
1895
1766
  This method makes a synchronous HTTP request by default.
1896
1767
 
1897
- :param container_id: 24-character hex ID
1898
- :type container_id: str
1899
- :param file_name: output file name
1900
- :type file_name: str
1901
- :param ticket: The generated ticket id for the download, or present but empty to generate a ticket id
1902
- :type ticket: str, optional
1903
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
1904
- :type info: bool, optional
1905
- :param member: The filename of a zipfile member to download rather than the entire file
1906
- :type member: str, optional
1907
- :param view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\" , defaults to false
1908
- :type view: bool, optional
1909
- :param version: version of the file to download
1910
- :type version: int, optional
1911
- :param hash: file hash for comparison
1912
- :type hash: str, optional
1913
- :param range: byte ranges to return
1914
- :type range: str, optional
1915
- :param x_accept_feature: redirect header, defaults to []
1916
- :type x_accept_feature: list[str], optional
1917
- :param async_: Perform the request asynchronously
1918
- :type async_: bool, optional
1919
- :rtype: union[DownloadTicketStub,ZipfileInfo]
1768
+ :param str container_id: 24-character hex ID (required)
1769
+ :param str file_name: output file name (required)
1770
+ :param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
1771
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
1772
+ :param str member: The filename of a zipfile member to download rather than the entire file
1773
+ :param bool view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\"
1774
+ :param int version: version of the file to download
1775
+ :param str hash: file hash for comparison
1776
+ :param str range: byte ranges to return
1777
+ :param list[str] x_accept_feature: redirect header
1778
+ :param bool async_: Perform the request asynchronously
1779
+ :return: union[DownloadTicketStub,ZipfileInfo]
1920
1780
  """
1921
1781
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1922
1782
  kwargs['_return_http_data_only'] = True
@@ -1939,29 +1799,18 @@ class ContainersApi(object):
1939
1799
 
1940
1800
  This method makes a synchronous HTTP request by default.
1941
1801
 
1942
- :param container_id: 24-character hex ID
1943
- :type container_id: str
1944
- :param file_name: output file name
1945
- :type file_name: str
1946
- :param ticket: The generated ticket id for the download, or present but empty to generate a ticket id
1947
- :type ticket: str, optional
1948
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
1949
- :type info: bool, optional
1950
- :param member: The filename of a zipfile member to download rather than the entire file
1951
- :type member: str, optional
1952
- :param view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\" , defaults to false
1953
- :type view: bool, optional
1954
- :param version: version of the file to download
1955
- :type version: int, optional
1956
- :param hash: file hash for comparison
1957
- :type hash: str, optional
1958
- :param range: byte ranges to return
1959
- :type range: str, optional
1960
- :param x_accept_feature: redirect header, defaults to []
1961
- :type x_accept_feature: list[str], optional
1962
- :param async_: Perform the request asynchronously
1963
- :type async_: bool, optional
1964
- :rtype: union[DownloadTicketStub,ZipfileInfo]
1802
+ :param str container_id: 24-character hex ID (required)
1803
+ :param str file_name: output file name (required)
1804
+ :param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
1805
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
1806
+ :param str member: The filename of a zipfile member to download rather than the entire file
1807
+ :param bool view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\"
1808
+ :param int version: version of the file to download
1809
+ :param str hash: file hash for comparison
1810
+ :param str range: byte ranges to return
1811
+ :param list[str] x_accept_feature: redirect header
1812
+ :param bool async_: Perform the request asynchronously
1813
+ :return: union[DownloadTicketStub,ZipfileInfo]
1965
1814
  """
1966
1815
 
1967
1816
  all_params = ['container_id','file_name','ticket','info','member','view','version','hash','range','x_accept_feature',] # noqa: E501
@@ -2053,27 +1902,17 @@ class ContainersApi(object):
2053
1902
  If \"ticket\" query param is included and not empty, download inputs. If \"ticket\" query param is included and empty, create a ticket for matching inputs in the analysis. If no \"ticket\" query param is included, inputs will be downloaded directly.
2054
1903
  This method makes a synchronous HTTP request by default.
2055
1904
 
2056
- :param container_id: 24-character hex ID
2057
- :type container_id: str
2058
- :param analysis_id: 24-char hex analysis id
2059
- :type analysis_id: str
2060
- :param filename: filename to download (get tar of all if empty)
2061
- :type filename: str
2062
- :param info: get file info only, defaults to false
2063
- :type info: bool, optional
2064
- :param member: get zipfile member
2065
- :type member: str, optional
2066
- :param view: feature flag for view/download, defaults to false
2067
- :type view: bool, optional
2068
- :param range: byte ranges to return
2069
- :type range: str, optional
2070
- :param x_accept_feature: redirect header, defaults to []
2071
- :type x_accept_feature: list[str], optional
2072
- :param dest_file: Destination file path
2073
- :type dest_file: str
2074
- :param async_: Perform the request asynchronously
2075
- :type async_: bool, optional
2076
- :rtype: union[DownloadTicketStub,ZipfileInfo]
1905
+ :param str container_id: 24-character hex ID (required)
1906
+ :param str analysis_id: 24-char hex analysis id (required)
1907
+ :param str filename: filename to download (get tar of all if empty) (required)
1908
+ :param bool info: get file info only
1909
+ :param str member: get zipfile member
1910
+ :param bool view: feature flag for view/download
1911
+ :param str range: byte ranges to return
1912
+ :param list[str] x_accept_feature: redirect header
1913
+ :param str dest_file: Destination file path
1914
+ :param bool async_: Perform the request asynchronously
1915
+ :return: union[DownloadTicketStub,ZipfileInfo]
2077
1916
  """
2078
1917
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2079
1918
  kwargs['_return_http_data_only'] = True
@@ -2096,25 +1935,16 @@ class ContainersApi(object):
2096
1935
  If \"ticket\" query param is included and not empty, download inputs. If \"ticket\" query param is included and empty, create a ticket for matching inputs in the analysis. If no \"ticket\" query param is included, inputs will be downloaded directly.
2097
1936
  This method makes a synchronous HTTP request by default.
2098
1937
 
2099
- :param container_id: 24-character hex ID
2100
- :type container_id: str
2101
- :param analysis_id: 24-char hex analysis id
2102
- :type analysis_id: str
2103
- :param filename: filename to download (get tar of all if empty)
2104
- :type filename: str
2105
- :param info: get file info only, defaults to false
2106
- :type info: bool, optional
2107
- :param member: get zipfile member
2108
- :type member: str, optional
2109
- :param view: feature flag for view/download, defaults to false
2110
- :type view: bool, optional
2111
- :param range: byte ranges to return
2112
- :type range: str, optional
2113
- :param x_accept_feature: redirect header, defaults to []
2114
- :type x_accept_feature: list[str], optional
2115
- :param async_: Perform the request asynchronously
2116
- :type async_: bool, optional
2117
- :rtype: union[DownloadTicketStub,ZipfileInfo]
1938
+ :param str container_id: 24-character hex ID (required)
1939
+ :param str analysis_id: 24-char hex analysis id (required)
1940
+ :param str filename: filename to download (get tar of all if empty) (required)
1941
+ :param bool info: get file info only
1942
+ :param str member: get zipfile member
1943
+ :param bool view: feature flag for view/download
1944
+ :param str range: byte ranges to return
1945
+ :param list[str] x_accept_feature: redirect header
1946
+ :param bool async_: Perform the request asynchronously
1947
+ :return: union[DownloadTicketStub,ZipfileInfo]
2118
1948
  """
2119
1949
 
2120
1950
  all_params = ['container_id','analysis_id','filename','info','member','view','range','x_accept_feature',] # noqa: E501
@@ -2206,27 +2036,17 @@ class ContainersApi(object):
2206
2036
  Does not work on files whose names contain a forward slash.
2207
2037
  This method makes a synchronous HTTP request by default.
2208
2038
 
2209
- :param container_id: 24-character hex ID
2210
- :type container_id: str
2211
- :param analysis_id: 24-char hex analysis id
2212
- :type analysis_id: str
2213
- :param filename: filename to download (get tar of all if empty)
2214
- :type filename: str
2215
- :param ticket: 24-char hex ticket id
2216
- :type ticket: str, optional
2217
- :param info: get file info only, defaults to false
2218
- :type info: bool, optional
2219
- :param member: get zipfile member
2220
- :type member: str, optional
2221
- :param view: feature flag for view/download, defaults to false
2222
- :type view: bool, optional
2223
- :param range: byte ranges to return
2224
- :type range: str, optional
2225
- :param x_accept_feature: redirect header, defaults to []
2226
- :type x_accept_feature: list[str], optional
2227
- :param async_: Perform the request asynchronously
2228
- :type async_: bool, optional
2229
- :rtype: FileZipInfo
2039
+ :param str container_id: 24-character hex ID (required)
2040
+ :param str analysis_id: 24-char hex analysis id (required)
2041
+ :param str filename: filename to download (get tar of all if empty) (required)
2042
+ :param str ticket: 24-char hex ticket id
2043
+ :param bool info: get file info only
2044
+ :param str member: get zipfile member
2045
+ :param bool view: feature flag for view/download
2046
+ :param str range: byte ranges to return
2047
+ :param list[str] x_accept_feature: redirect header
2048
+ :param bool async_: Perform the request asynchronously
2049
+ :return: FileZipInfo
2230
2050
  """
2231
2051
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2232
2052
  kwargs['_return_http_data_only'] = True
@@ -2250,27 +2070,17 @@ class ContainersApi(object):
2250
2070
  Does not work on files whose names contain a forward slash.
2251
2071
  This method makes a synchronous HTTP request by default.
2252
2072
 
2253
- :param container_id: 24-character hex ID
2254
- :type container_id: str
2255
- :param analysis_id: 24-char hex analysis id
2256
- :type analysis_id: str
2257
- :param filename: filename to download (get tar of all if empty)
2258
- :type filename: str
2259
- :param ticket: 24-char hex ticket id
2260
- :type ticket: str, optional
2261
- :param info: get file info only, defaults to false
2262
- :type info: bool, optional
2263
- :param member: get zipfile member
2264
- :type member: str, optional
2265
- :param view: feature flag for view/download, defaults to false
2266
- :type view: bool, optional
2267
- :param range: byte ranges to return
2268
- :type range: str, optional
2269
- :param x_accept_feature: redirect header, defaults to []
2270
- :type x_accept_feature: list[str], optional
2271
- :param async_: Perform the request asynchronously
2272
- :type async_: bool, optional
2273
- :rtype: FileZipInfo
2073
+ :param str container_id: 24-character hex ID (required)
2074
+ :param str analysis_id: 24-char hex analysis id (required)
2075
+ :param str filename: filename to download (get tar of all if empty) (required)
2076
+ :param str ticket: 24-char hex ticket id
2077
+ :param bool info: get file info only
2078
+ :param str member: get zipfile member
2079
+ :param bool view: feature flag for view/download
2080
+ :param str range: byte ranges to return
2081
+ :param list[str] x_accept_feature: redirect header
2082
+ :param bool async_: Perform the request asynchronously
2083
+ :return: FileZipInfo
2274
2084
  """
2275
2085
 
2276
2086
  all_params = ['container_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
@@ -2365,27 +2175,17 @@ class ContainersApi(object):
2365
2175
 
2366
2176
  This method makes a synchronous HTTP request by default.
2367
2177
 
2368
- :param container_id: 24-character hex ID
2369
- :type container_id: str
2370
- :param analysis_id: 24-char hex analysis id
2371
- :type analysis_id: str
2372
- :param filename: filename to download (get tar of all if empty)
2373
- :type filename: str
2374
- :param ticket: 24-char hex ticket id
2375
- :type ticket: str, optional
2376
- :param info: get file info only, defaults to false
2377
- :type info: bool, optional
2378
- :param member: get zipfile member
2379
- :type member: str, optional
2380
- :param view: feature flag for view/download, defaults to false
2381
- :type view: bool, optional
2382
- :param range: byte ranges to return
2383
- :type range: str, optional
2384
- :param x_accept_feature: redirect header, defaults to []
2385
- :type x_accept_feature: list[str], optional
2386
- :param async_: Perform the request asynchronously
2387
- :type async_: bool, optional
2388
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2178
+ :param str container_id: 24-character hex ID (required)
2179
+ :param str analysis_id: 24-char hex analysis id (required)
2180
+ :param str filename: filename to download (get tar of all if empty) (required)
2181
+ :param str ticket: 24-char hex ticket id
2182
+ :param bool info: get file info only
2183
+ :param str member: get zipfile member
2184
+ :param bool view: feature flag for view/download
2185
+ :param str range: byte ranges to return
2186
+ :param list[str] x_accept_feature: redirect header
2187
+ :param bool async_: Perform the request asynchronously
2188
+ :return: union[DownloadTicketStub,ZipfileInfo]
2389
2189
  """
2390
2190
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2391
2191
  kwargs['_return_http_data_only'] = True
@@ -2408,27 +2208,17 @@ class ContainersApi(object):
2408
2208
 
2409
2209
  This method makes a synchronous HTTP request by default.
2410
2210
 
2411
- :param container_id: 24-character hex ID
2412
- :type container_id: str
2413
- :param analysis_id: 24-char hex analysis id
2414
- :type analysis_id: str
2415
- :param filename: filename to download (get tar of all if empty)
2416
- :type filename: str
2417
- :param ticket: 24-char hex ticket id
2418
- :type ticket: str, optional
2419
- :param info: get file info only, defaults to false
2420
- :type info: bool, optional
2421
- :param member: get zipfile member
2422
- :type member: str, optional
2423
- :param view: feature flag for view/download, defaults to false
2424
- :type view: bool, optional
2425
- :param range: byte ranges to return
2426
- :type range: str, optional
2427
- :param x_accept_feature: redirect header, defaults to []
2428
- :type x_accept_feature: list[str], optional
2429
- :param async_: Perform the request asynchronously
2430
- :type async_: bool, optional
2431
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2211
+ :param str container_id: 24-character hex ID (required)
2212
+ :param str analysis_id: 24-char hex analysis id (required)
2213
+ :param str filename: filename to download (get tar of all if empty) (required)
2214
+ :param str ticket: 24-char hex ticket id
2215
+ :param bool info: get file info only
2216
+ :param str member: get zipfile member
2217
+ :param bool view: feature flag for view/download
2218
+ :param str range: byte ranges to return
2219
+ :param list[str] x_accept_feature: redirect header
2220
+ :param bool async_: Perform the request asynchronously
2221
+ :return: union[DownloadTicketStub,ZipfileInfo]
2432
2222
  """
2433
2223
 
2434
2224
  all_params = ['container_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
@@ -2522,27 +2312,17 @@ class ContainersApi(object):
2522
2312
  If \"ticket\" query param is included and not empty, download outputs. If \"ticket\" query param is included and empty, create a ticket for matching outputs in the analysis. If no \"ticket\" query param is included, outputs will be downloaded directly.
2523
2313
  This method makes a synchronous HTTP request by default.
2524
2314
 
2525
- :param container_id: 24-character hex ID
2526
- :type container_id: str
2527
- :param analysis_id: 24-char hex analysis id
2528
- :type analysis_id: str
2529
- :param filename: filename to download (get tar of all if empty)
2530
- :type filename: str
2531
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2532
- :type info: bool, optional
2533
- :param member: The filename of a zipfile member to download rather than the entire file
2534
- :type member: str, optional
2535
- :param view: feature flag for view/download, defaults to false
2536
- :type view: bool, optional
2537
- :param range: byte ranges to return
2538
- :type range: str, optional
2539
- :param x_accept_feature: redirect header, defaults to []
2540
- :type x_accept_feature: list[str], optional
2541
- :param dest_file: Destination file path
2542
- :type dest_file: str
2543
- :param async_: Perform the request asynchronously
2544
- :type async_: bool, optional
2545
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2315
+ :param str container_id: 24-character hex ID (required)
2316
+ :param str analysis_id: 24-char hex analysis id (required)
2317
+ :param str filename: filename to download (get tar of all if empty) (required)
2318
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2319
+ :param str member: The filename of a zipfile member to download rather than the entire file
2320
+ :param bool view: feature flag for view/download
2321
+ :param str range: byte ranges to return
2322
+ :param list[str] x_accept_feature: redirect header
2323
+ :param str dest_file: Destination file path
2324
+ :param bool async_: Perform the request asynchronously
2325
+ :return: union[DownloadTicketStub,ZipfileInfo]
2546
2326
  """
2547
2327
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2548
2328
  kwargs['_return_http_data_only'] = True
@@ -2565,25 +2345,16 @@ class ContainersApi(object):
2565
2345
  If \"ticket\" query param is included and not empty, download outputs. If \"ticket\" query param is included and empty, create a ticket for matching outputs in the analysis. If no \"ticket\" query param is included, outputs will be downloaded directly.
2566
2346
  This method makes a synchronous HTTP request by default.
2567
2347
 
2568
- :param container_id: 24-character hex ID
2569
- :type container_id: str
2570
- :param analysis_id: 24-char hex analysis id
2571
- :type analysis_id: str
2572
- :param filename: filename to download (get tar of all if empty)
2573
- :type filename: str
2574
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2575
- :type info: bool, optional
2576
- :param member: The filename of a zipfile member to download rather than the entire file
2577
- :type member: str, optional
2578
- :param view: feature flag for view/download, defaults to false
2579
- :type view: bool, optional
2580
- :param range: byte ranges to return
2581
- :type range: str, optional
2582
- :param x_accept_feature: redirect header, defaults to []
2583
- :type x_accept_feature: list[str], optional
2584
- :param async_: Perform the request asynchronously
2585
- :type async_: bool, optional
2586
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2348
+ :param str container_id: 24-character hex ID (required)
2349
+ :param str analysis_id: 24-char hex analysis id (required)
2350
+ :param str filename: filename to download (get tar of all if empty) (required)
2351
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2352
+ :param str member: The filename of a zipfile member to download rather than the entire file
2353
+ :param bool view: feature flag for view/download
2354
+ :param str range: byte ranges to return
2355
+ :param list[str] x_accept_feature: redirect header
2356
+ :param bool async_: Perform the request asynchronously
2357
+ :return: union[DownloadTicketStub,ZipfileInfo]
2587
2358
  """
2588
2359
 
2589
2360
  all_params = ['container_id','analysis_id','filename','info','member','view','range','x_accept_feature',] # noqa: E501
@@ -2675,27 +2446,17 @@ class ContainersApi(object):
2675
2446
  Does not work on files whose names contain a forward slash.
2676
2447
  This method makes a synchronous HTTP request by default.
2677
2448
 
2678
- :param container_id: 24-character hex ID
2679
- :type container_id: str
2680
- :param analysis_id: 24-char hex analysis id
2681
- :type analysis_id: str
2682
- :param filename: filename to download (get tar of all if empty)
2683
- :type filename: str
2684
- :param ticket: ticket id of the outputs to download
2685
- :type ticket: str, optional
2686
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2687
- :type info: bool, optional
2688
- :param member: The filename of a zipfile member to download rather than the entire file
2689
- :type member: str, optional
2690
- :param view: feature flag for view/download, defaults to false
2691
- :type view: bool, optional
2692
- :param range: byte ranges to return
2693
- :type range: str, optional
2694
- :param x_accept_feature: redirect header, defaults to []
2695
- :type x_accept_feature: list[str], optional
2696
- :param async_: Perform the request asynchronously
2697
- :type async_: bool, optional
2698
- :rtype: FileZipInfo
2449
+ :param str container_id: 24-character hex ID (required)
2450
+ :param str analysis_id: 24-char hex analysis id (required)
2451
+ :param str filename: filename to download (get tar of all if empty) (required)
2452
+ :param str ticket: ticket id of the outputs to download
2453
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2454
+ :param str member: The filename of a zipfile member to download rather than the entire file
2455
+ :param bool view: feature flag for view/download
2456
+ :param str range: byte ranges to return
2457
+ :param list[str] x_accept_feature: redirect header
2458
+ :param bool async_: Perform the request asynchronously
2459
+ :return: FileZipInfo
2699
2460
  """
2700
2461
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2701
2462
  kwargs['_return_http_data_only'] = True
@@ -2719,27 +2480,17 @@ class ContainersApi(object):
2719
2480
  Does not work on files whose names contain a forward slash.
2720
2481
  This method makes a synchronous HTTP request by default.
2721
2482
 
2722
- :param container_id: 24-character hex ID
2723
- :type container_id: str
2724
- :param analysis_id: 24-char hex analysis id
2725
- :type analysis_id: str
2726
- :param filename: filename to download (get tar of all if empty)
2727
- :type filename: str
2728
- :param ticket: ticket id of the outputs to download
2729
- :type ticket: str, optional
2730
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2731
- :type info: bool, optional
2732
- :param member: The filename of a zipfile member to download rather than the entire file
2733
- :type member: str, optional
2734
- :param view: feature flag for view/download, defaults to false
2735
- :type view: bool, optional
2736
- :param range: byte ranges to return
2737
- :type range: str, optional
2738
- :param x_accept_feature: redirect header, defaults to []
2739
- :type x_accept_feature: list[str], optional
2740
- :param async_: Perform the request asynchronously
2741
- :type async_: bool, optional
2742
- :rtype: FileZipInfo
2483
+ :param str container_id: 24-character hex ID (required)
2484
+ :param str analysis_id: 24-char hex analysis id (required)
2485
+ :param str filename: filename to download (get tar of all if empty) (required)
2486
+ :param str ticket: ticket id of the outputs to download
2487
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2488
+ :param str member: The filename of a zipfile member to download rather than the entire file
2489
+ :param bool view: feature flag for view/download
2490
+ :param str range: byte ranges to return
2491
+ :param list[str] x_accept_feature: redirect header
2492
+ :param bool async_: Perform the request asynchronously
2493
+ :return: FileZipInfo
2743
2494
  """
2744
2495
 
2745
2496
  all_params = ['container_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
@@ -2834,27 +2585,17 @@ class ContainersApi(object):
2834
2585
 
2835
2586
  This method makes a synchronous HTTP request by default.
2836
2587
 
2837
- :param container_id: 24-character hex ID
2838
- :type container_id: str
2839
- :param analysis_id: 24-char hex analysis id
2840
- :type analysis_id: str
2841
- :param filename: filename to download (get tar of all if empty)
2842
- :type filename: str
2843
- :param ticket: ticket id of the outputs to download
2844
- :type ticket: str, optional
2845
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2846
- :type info: bool, optional
2847
- :param member: The filename of a zipfile member to download rather than the entire file
2848
- :type member: str, optional
2849
- :param view: feature flag for view/download, defaults to false
2850
- :type view: bool, optional
2851
- :param range: byte ranges to return
2852
- :type range: str, optional
2853
- :param x_accept_feature: redirect header, defaults to []
2854
- :type x_accept_feature: list[str], optional
2855
- :param async_: Perform the request asynchronously
2856
- :type async_: bool, optional
2857
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2588
+ :param str container_id: 24-character hex ID (required)
2589
+ :param str analysis_id: 24-char hex analysis id (required)
2590
+ :param str filename: filename to download (get tar of all if empty) (required)
2591
+ :param str ticket: ticket id of the outputs to download
2592
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2593
+ :param str member: The filename of a zipfile member to download rather than the entire file
2594
+ :param bool view: feature flag for view/download
2595
+ :param str range: byte ranges to return
2596
+ :param list[str] x_accept_feature: redirect header
2597
+ :param bool async_: Perform the request asynchronously
2598
+ :return: union[DownloadTicketStub,ZipfileInfo]
2858
2599
  """
2859
2600
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2860
2601
  kwargs['_return_http_data_only'] = True
@@ -2877,27 +2618,17 @@ class ContainersApi(object):
2877
2618
 
2878
2619
  This method makes a synchronous HTTP request by default.
2879
2620
 
2880
- :param container_id: 24-character hex ID
2881
- :type container_id: str
2882
- :param analysis_id: 24-char hex analysis id
2883
- :type analysis_id: str
2884
- :param filename: filename to download (get tar of all if empty)
2885
- :type filename: str
2886
- :param ticket: ticket id of the outputs to download
2887
- :type ticket: str, optional
2888
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2889
- :type info: bool, optional
2890
- :param member: The filename of a zipfile member to download rather than the entire file
2891
- :type member: str, optional
2892
- :param view: feature flag for view/download, defaults to false
2893
- :type view: bool, optional
2894
- :param range: byte ranges to return
2895
- :type range: str, optional
2896
- :param x_accept_feature: redirect header, defaults to []
2897
- :type x_accept_feature: list[str], optional
2898
- :param async_: Perform the request asynchronously
2899
- :type async_: bool, optional
2900
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2621
+ :param str container_id: 24-character hex ID (required)
2622
+ :param str analysis_id: 24-char hex analysis id (required)
2623
+ :param str filename: filename to download (get tar of all if empty) (required)
2624
+ :param str ticket: ticket id of the outputs to download
2625
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2626
+ :param str member: The filename of a zipfile member to download rather than the entire file
2627
+ :param bool view: feature flag for view/download
2628
+ :param str range: byte ranges to return
2629
+ :param list[str] x_accept_feature: redirect header
2630
+ :param bool async_: Perform the request asynchronously
2631
+ :return: union[DownloadTicketStub,ZipfileInfo]
2901
2632
  """
2902
2633
 
2903
2634
  all_params = ['container_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
@@ -2991,15 +2722,11 @@ class ContainersApi(object):
2991
2722
  Find Container by ID
2992
2723
  This method makes a synchronous HTTP request by default.
2993
2724
 
2994
- :param container_id:
2995
- :type container_id: str
2996
- :param join:
2997
- :type join: JoinType, optional
2998
- :param join_avatars:, defaults to false
2999
- :type join_avatars: bool, optional
3000
- :param async_: Perform the request asynchronously
3001
- :type async_: bool, optional
3002
- :rtype: union[GroupContainerOutput,ProjectContainerOutput,SubjectContainerOutput,SessionContainerOutput,AcquisitionContainerOutput,AnalysisContainerOutput,CollectionContainerOutput]
2725
+ :param str container_id: (required)
2726
+ :param JoinType join:
2727
+ :param bool join_avatars:
2728
+ :param bool async_: Perform the request asynchronously
2729
+ :return: union[GroupContainerOutput,ProjectContainerOutput,SubjectContainerOutput,SessionContainerOutput,AcquisitionContainerOutput,AnalysisContainerOutput,CollectionContainerOutput]
3003
2730
  """
3004
2731
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3005
2732
  kwargs['_return_http_data_only'] = True
@@ -3023,15 +2750,11 @@ class ContainersApi(object):
3023
2750
  Find Container by ID
3024
2751
  This method makes a synchronous HTTP request by default.
3025
2752
 
3026
- :param container_id:
3027
- :type container_id: str
3028
- :param join:
3029
- :type join: JoinType, optional
3030
- :param join_avatars:, defaults to false
3031
- :type join_avatars: bool, optional
3032
- :param async_: Perform the request asynchronously
3033
- :type async_: bool, optional
3034
- :rtype: union[GroupContainerOutput,ProjectContainerOutput,SubjectContainerOutput,SessionContainerOutput,AcquisitionContainerOutput,AnalysisContainerOutput,CollectionContainerOutput]
2753
+ :param str container_id: (required)
2754
+ :param JoinType join:
2755
+ :param bool join_avatars:
2756
+ :param bool async_: Perform the request asynchronously
2757
+ :return: union[GroupContainerOutput,ProjectContainerOutput,SubjectContainerOutput,SessionContainerOutput,AcquisitionContainerOutput,AnalysisContainerOutput,CollectionContainerOutput]
3035
2758
  """
3036
2759
 
3037
2760
  all_params = ['container_id','join','join_avatars',] # noqa: E501
@@ -3104,33 +2827,20 @@ class ContainersApi(object):
3104
2827
  Returns analyses that directly belong to this resource.
3105
2828
  This method makes a synchronous HTTP request by default.
3106
2829
 
3107
- :param cid:
3108
- :type cid: str
3109
- :param inflate_job:, defaults to false
3110
- :type inflate_job: bool, optional
3111
- :param join_avatars:, defaults to false
3112
- :type join_avatars: bool, optional
3113
- :param join:
3114
- :type join: JoinType, optional
3115
- :param include_all_info: Include all info in returned objects, defaults to false
3116
- :type include_all_info: bool, optional
3117
- :param filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
3118
- :type filter: str, optional
3119
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
3120
- :type sort: str, optional
3121
- :param limit: The maximum number of entries to return.
3122
- :type limit: int, optional
3123
- :param skip: The number of entries to skip., defaults to 0
3124
- :type skip: int, optional
3125
- :param page: The page number (i.e. skip limit*page entries)
3126
- :type page: int, optional
3127
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3128
- :type after_id: str, optional
3129
- :param x_accept_feature:, defaults to []
3130
- :type x_accept_feature: list[str], optional
3131
- :param async_: Perform the request asynchronously
3132
- :type async_: bool, optional
3133
- :rtype: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
2830
+ :param str cid: (required)
2831
+ :param bool inflate_job:
2832
+ :param bool join_avatars:
2833
+ :param JoinType join:
2834
+ :param bool include_all_info: Include all info in returned objects
2835
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
2836
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
2837
+ :param int limit: The maximum number of entries to return.
2838
+ :param int skip: The number of entries to skip.
2839
+ :param int page: The page number (i.e. skip limit*page entries)
2840
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
2841
+ :param list[str] x_accept_feature:
2842
+ :param bool async_: Perform the request asynchronously
2843
+ :return: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
3134
2844
  """
3135
2845
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3136
2846
  kwargs['_return_http_data_only'] = True
@@ -3154,33 +2864,20 @@ class ContainersApi(object):
3154
2864
  Returns analyses that directly belong to this resource.
3155
2865
  This method makes a synchronous HTTP request by default.
3156
2866
 
3157
- :param cid:
3158
- :type cid: str
3159
- :param inflate_job:, defaults to false
3160
- :type inflate_job: bool, optional
3161
- :param join_avatars:, defaults to false
3162
- :type join_avatars: bool, optional
3163
- :param join:
3164
- :type join: JoinType, optional
3165
- :param include_all_info: Include all info in returned objects, defaults to false
3166
- :type include_all_info: bool, optional
3167
- :param filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
3168
- :type filter: str, optional
3169
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
3170
- :type sort: str, optional
3171
- :param limit: The maximum number of entries to return.
3172
- :type limit: int, optional
3173
- :param skip: The number of entries to skip., defaults to 0
3174
- :type skip: int, optional
3175
- :param page: The page number (i.e. skip limit*page entries)
3176
- :type page: int, optional
3177
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3178
- :type after_id: str, optional
3179
- :param x_accept_feature:, defaults to []
3180
- :type x_accept_feature: list[str], optional
3181
- :param async_: Perform the request asynchronously
3182
- :type async_: bool, optional
3183
- :rtype: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
2867
+ :param str cid: (required)
2868
+ :param bool inflate_job:
2869
+ :param bool join_avatars:
2870
+ :param JoinType join:
2871
+ :param bool include_all_info: Include all info in returned objects
2872
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
2873
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
2874
+ :param int limit: The maximum number of entries to return.
2875
+ :param int skip: The number of entries to skip.
2876
+ :param int page: The page number (i.e. skip limit*page entries)
2877
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
2878
+ :param list[str] x_accept_feature:
2879
+ :param bool async_: Perform the request asynchronously
2880
+ :return: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
3184
2881
  """
3185
2882
 
3186
2883
  all_params = ['cid','inflate_job','join_avatars','join','include_all_info','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
@@ -3272,19 +2969,13 @@ class ContainersApi(object):
3272
2969
  Get an analysis.
3273
2970
  This method makes a synchronous HTTP request by default.
3274
2971
 
3275
- :param cid:
3276
- :type cid: str
3277
- :param analysis_id:
3278
- :type analysis_id: str
3279
- :param inflate_job: Return job as an object instead of an id, defaults to false
3280
- :type inflate_job: bool, optional
3281
- :param join_avatars:, defaults to false
3282
- :type join_avatars: bool, optional
3283
- :param join:
3284
- :type join: JoinType, optional
3285
- :param async_: Perform the request asynchronously
3286
- :type async_: bool, optional
3287
- :rtype: union[AnalysisOutputInflatedJob,AnalysisOutput]
2972
+ :param str cid: (required)
2973
+ :param str analysis_id: (required)
2974
+ :param bool inflate_job: Return job as an object instead of an id
2975
+ :param bool join_avatars:
2976
+ :param JoinType join:
2977
+ :param bool async_: Perform the request asynchronously
2978
+ :return: union[AnalysisOutputInflatedJob,AnalysisOutput]
3288
2979
  """
3289
2980
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3290
2981
  kwargs['_return_http_data_only'] = True
@@ -3308,19 +2999,13 @@ class ContainersApi(object):
3308
2999
  Get an analysis.
3309
3000
  This method makes a synchronous HTTP request by default.
3310
3001
 
3311
- :param cid:
3312
- :type cid: str
3313
- :param analysis_id:
3314
- :type analysis_id: str
3315
- :param inflate_job: Return job as an object instead of an id, defaults to false
3316
- :type inflate_job: bool, optional
3317
- :param join_avatars:, defaults to false
3318
- :type join_avatars: bool, optional
3319
- :param join:
3320
- :type join: JoinType, optional
3321
- :param async_: Perform the request asynchronously
3322
- :type async_: bool, optional
3323
- :rtype: union[AnalysisOutputInflatedJob,AnalysisOutput]
3002
+ :param str cid: (required)
3003
+ :param str analysis_id: (required)
3004
+ :param bool inflate_job: Return job as an object instead of an id
3005
+ :param bool join_avatars:
3006
+ :param JoinType join:
3007
+ :param bool async_: Perform the request asynchronously
3008
+ :return: union[AnalysisOutputInflatedJob,AnalysisOutput]
3324
3009
  """
3325
3010
 
3326
3011
  all_params = ['cid','analysis_id','inflate_job','join_avatars','join',] # noqa: E501
@@ -3401,13 +3086,10 @@ class ContainersApi(object):
3401
3086
  Get info for a particular file.
3402
3087
  This method makes a synchronous HTTP request by default.
3403
3088
 
3404
- :param cid: Container Id
3405
- :type cid: str
3406
- :param filename:
3407
- :type filename: str
3408
- :param async_: Perform the request asynchronously
3409
- :type async_: bool, optional
3410
- :rtype: FileOutput
3089
+ :param str cid: Container Id (required)
3090
+ :param str filename: (required)
3091
+ :param bool async_: Perform the request asynchronously
3092
+ :return: FileOutput
3411
3093
  """
3412
3094
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3413
3095
  kwargs['_return_http_data_only'] = True
@@ -3431,13 +3113,10 @@ class ContainersApi(object):
3431
3113
  Get info for a particular file.
3432
3114
  This method makes a synchronous HTTP request by default.
3433
3115
 
3434
- :param cid: Container Id
3435
- :type cid: str
3436
- :param filename:
3437
- :type filename: str
3438
- :param async_: Perform the request asynchronously
3439
- :type async_: bool, optional
3440
- :rtype: FileOutput
3116
+ :param str cid: Container Id (required)
3117
+ :param str filename: (required)
3118
+ :param bool async_: Perform the request asynchronously
3119
+ :return: FileOutput
3441
3120
  """
3442
3121
 
3443
3122
  all_params = ['cid','filename',] # noqa: E501
@@ -3512,13 +3191,10 @@ class ContainersApi(object):
3512
3191
  Get a note of a(n) container
3513
3192
  This method makes a synchronous HTTP request by default.
3514
3193
 
3515
- :param cid:
3516
- :type cid: str
3517
- :param note_id:
3518
- :type note_id: str
3519
- :param async_: Perform the request asynchronously
3520
- :type async_: bool, optional
3521
- :rtype: Note
3194
+ :param str cid: (required)
3195
+ :param str note_id: (required)
3196
+ :param bool async_: Perform the request asynchronously
3197
+ :return: Note
3522
3198
  """
3523
3199
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3524
3200
  kwargs['_return_http_data_only'] = True
@@ -3542,13 +3218,10 @@ class ContainersApi(object):
3542
3218
  Get a note of a(n) container
3543
3219
  This method makes a synchronous HTTP request by default.
3544
3220
 
3545
- :param cid:
3546
- :type cid: str
3547
- :param note_id:
3548
- :type note_id: str
3549
- :param async_: Perform the request asynchronously
3550
- :type async_: bool, optional
3551
- :rtype: Note
3221
+ :param str cid: (required)
3222
+ :param str note_id: (required)
3223
+ :param bool async_: Perform the request asynchronously
3224
+ :return: Note
3552
3225
  """
3553
3226
 
3554
3227
  all_params = ['cid','note_id',] # noqa: E501
@@ -3623,13 +3296,10 @@ class ContainersApi(object):
3623
3296
  Get the value of a tag, by name
3624
3297
  This method makes a synchronous HTTP request by default.
3625
3298
 
3626
- :param cid:
3627
- :type cid: str
3628
- :param value: The tag to interact with
3629
- :type value: str
3630
- :param async_: Perform the request asynchronously
3631
- :type async_: bool, optional
3632
- :rtype: str
3299
+ :param str cid: (required)
3300
+ :param str value: The tag to interact with (required)
3301
+ :param bool async_: Perform the request asynchronously
3302
+ :return: str
3633
3303
  """
3634
3304
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3635
3305
  kwargs['_return_http_data_only'] = True
@@ -3653,13 +3323,10 @@ class ContainersApi(object):
3653
3323
  Get the value of a tag, by name
3654
3324
  This method makes a synchronous HTTP request by default.
3655
3325
 
3656
- :param cid:
3657
- :type cid: str
3658
- :param value: The tag to interact with
3659
- :type value: str
3660
- :param async_: Perform the request asynchronously
3661
- :type async_: bool, optional
3662
- :rtype: str
3326
+ :param str cid: (required)
3327
+ :param str value: The tag to interact with (required)
3328
+ :param bool async_: Perform the request asynchronously
3329
+ :return: str
3663
3330
  """
3664
3331
 
3665
3332
  all_params = ['cid','value',] # noqa: E501
@@ -3734,25 +3401,16 @@ class ContainersApi(object):
3734
3401
  View all containers
3735
3402
  This method makes a synchronous HTTP request by default.
3736
3403
 
3737
- :param container_id: The ID of the container, one of user, group or project. Use \"site\" as containerId to save or get a site data view.
3738
- :type container_id: str
3739
- :param filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
3740
- :type filter: str, optional
3741
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
3742
- :type sort: str, optional
3743
- :param limit: The maximum number of entries to return.
3744
- :type limit: int, optional
3745
- :param skip: The number of entries to skip., defaults to 0
3746
- :type skip: int, optional
3747
- :param page: The page number (i.e. skip limit*page entries)
3748
- :type page: int, optional
3749
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3750
- :type after_id: str, optional
3751
- :param x_accept_feature:, defaults to []
3752
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
3753
- :param async_: Perform the request asynchronously
3754
- :type async_: bool, optional
3755
- :rtype: union[Page,list[ViewOutput]]
3404
+ :param str container_id: The ID of the container, one of user, group or project. Use \"site\" as containerId to save or get a site data view. (required)
3405
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
3406
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
3407
+ :param int limit: The maximum number of entries to return.
3408
+ :param int skip: The number of entries to skip.
3409
+ :param int page: The page number (i.e. skip limit*page entries)
3410
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3411
+ :param list[union[HeaderFeature,str]] x_accept_feature:
3412
+ :param bool async_: Perform the request asynchronously
3413
+ :return: union[Page,list[ViewOutput]]
3756
3414
  """
3757
3415
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3758
3416
  kwargs['_return_http_data_only'] = True
@@ -3776,25 +3434,16 @@ class ContainersApi(object):
3776
3434
  View all containers
3777
3435
  This method makes a synchronous HTTP request by default.
3778
3436
 
3779
- :param container_id: The ID of the container, one of user, group or project. Use \"site\" as containerId to save or get a site data view.
3780
- :type container_id: str
3781
- :param filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
3782
- :type filter: str, optional
3783
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
3784
- :type sort: str, optional
3785
- :param limit: The maximum number of entries to return.
3786
- :type limit: int, optional
3787
- :param skip: The number of entries to skip., defaults to 0
3788
- :type skip: int, optional
3789
- :param page: The page number (i.e. skip limit*page entries)
3790
- :type page: int, optional
3791
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3792
- :type after_id: str, optional
3793
- :param x_accept_feature:, defaults to []
3794
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
3795
- :param async_: Perform the request asynchronously
3796
- :type async_: bool, optional
3797
- :rtype: union[Page,list[ViewOutput]]
3437
+ :param str container_id: The ID of the container, one of user, group or project. Use \"site\" as containerId to save or get a site data view. (required)
3438
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
3439
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
3440
+ :param int limit: The maximum number of entries to return.
3441
+ :param int skip: The number of entries to skip.
3442
+ :param int page: The page number (i.e. skip limit*page entries)
3443
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3444
+ :param list[union[HeaderFeature,str]] x_accept_feature:
3445
+ :param bool async_: Perform the request asynchronously
3446
+ :return: union[Page,list[ViewOutput]]
3798
3447
  """
3799
3448
 
3800
3449
  all_params = ['container_id','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
@@ -3878,13 +3527,10 @@ class ContainersApi(object):
3878
3527
  Modify Container
3879
3528
  This method makes a synchronous HTTP request by default.
3880
3529
 
3881
- :param container_id:
3882
- :type container_id: str
3883
- :param body:
3884
- :type body: ContainerUpdate
3885
- :param async_: Perform the request asynchronously
3886
- :type async_: bool, optional
3887
- :rtype: ModifiedResult
3530
+ :param str container_id: (required)
3531
+ :param ContainerUpdate body: (required)
3532
+ :param bool async_: Perform the request asynchronously
3533
+ :return: ModifiedResult
3888
3534
  """
3889
3535
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3890
3536
  kwargs['_return_http_data_only'] = True
@@ -3908,13 +3554,10 @@ class ContainersApi(object):
3908
3554
  Modify Container
3909
3555
  This method makes a synchronous HTTP request by default.
3910
3556
 
3911
- :param container_id:
3912
- :type container_id: str
3913
- :param body:
3914
- :type body: ContainerUpdate
3915
- :param async_: Perform the request asynchronously
3916
- :type async_: bool, optional
3917
- :rtype: ModifiedResult
3557
+ :param str container_id: (required)
3558
+ :param ContainerUpdate body: (required)
3559
+ :param bool async_: Perform the request asynchronously
3560
+ :return: ModifiedResult
3918
3561
  """
3919
3562
 
3920
3563
  all_params = ['container_id','body',] # noqa: E501
@@ -4000,15 +3643,11 @@ class ContainersApi(object):
4000
3643
  Modify an analysis.
4001
3644
  This method makes a synchronous HTTP request by default.
4002
3645
 
4003
- :param cid:
4004
- :type cid: str
4005
- :param analysis_id:
4006
- :type analysis_id: str
4007
- :param body:
4008
- :type body: AnalysisModifyInput
4009
- :param async_: Perform the request asynchronously
4010
- :type async_: bool, optional
4011
- :rtype: ModifiedResult
3646
+ :param str cid: (required)
3647
+ :param str analysis_id: (required)
3648
+ :param AnalysisModifyInput body: (required)
3649
+ :param bool async_: Perform the request asynchronously
3650
+ :return: ModifiedResult
4012
3651
  """
4013
3652
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4014
3653
  kwargs['_return_http_data_only'] = True
@@ -4032,15 +3671,11 @@ class ContainersApi(object):
4032
3671
  Modify an analysis.
4033
3672
  This method makes a synchronous HTTP request by default.
4034
3673
 
4035
- :param cid:
4036
- :type cid: str
4037
- :param analysis_id:
4038
- :type analysis_id: str
4039
- :param body:
4040
- :type body: AnalysisModifyInput
4041
- :param async_: Perform the request asynchronously
4042
- :type async_: bool, optional
4043
- :rtype: ModifiedResult
3674
+ :param str cid: (required)
3675
+ :param str analysis_id: (required)
3676
+ :param AnalysisModifyInput body: (required)
3677
+ :param bool async_: Perform the request asynchronously
3678
+ :return: ModifiedResult
4044
3679
  """
4045
3680
 
4046
3681
  all_params = ['cid','analysis_id','body',] # noqa: E501
@@ -4132,15 +3767,11 @@ class ContainersApi(object):
4132
3767
  Note: If modifying a file's modality, the current classification will be cleared (except for items in the \"Custom\" list)
4133
3768
  This method makes a synchronous HTTP request by default.
4134
3769
 
4135
- :param cid:
4136
- :type cid: str
4137
- :param filename:
4138
- :type filename: str
4139
- :param body:
4140
- :type body: FileModifyInput
4141
- :param async_: Perform the request asynchronously
4142
- :type async_: bool, optional
4143
- :rtype: ModifiedResult
3770
+ :param str cid: (required)
3771
+ :param str filename: (required)
3772
+ :param FileModifyInput body: (required)
3773
+ :param bool async_: Perform the request asynchronously
3774
+ :return: ModifiedResult
4144
3775
  """
4145
3776
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4146
3777
  kwargs['_return_http_data_only'] = True
@@ -4164,15 +3795,11 @@ class ContainersApi(object):
4164
3795
  Note: If modifying a file's modality, the current classification will be cleared (except for items in the \"Custom\" list)
4165
3796
  This method makes a synchronous HTTP request by default.
4166
3797
 
4167
- :param cid:
4168
- :type cid: str
4169
- :param filename:
4170
- :type filename: str
4171
- :param body:
4172
- :type body: FileModifyInput
4173
- :param async_: Perform the request asynchronously
4174
- :type async_: bool, optional
4175
- :rtype: ModifiedResult
3798
+ :param str cid: (required)
3799
+ :param str filename: (required)
3800
+ :param FileModifyInput body: (required)
3801
+ :param bool async_: Perform the request asynchronously
3802
+ :return: ModifiedResult
4176
3803
  """
4177
3804
 
4178
3805
  all_params = ['cid','filename','body',] # noqa: E501
@@ -4264,15 +3891,11 @@ class ContainersApi(object):
4264
3891
  If replacing a file's classification, the modality can optionally be modified as well.
4265
3892
  This method makes a synchronous HTTP request by default.
4266
3893
 
4267
- :param cid:
4268
- :type cid: str
4269
- :param filename:
4270
- :type filename: str
4271
- :param body:
4272
- :type body: FileClassificationDelta
4273
- :param async_: Perform the request asynchronously
4274
- :type async_: bool, optional
4275
- :rtype: ModifiedResult
3894
+ :param str cid: (required)
3895
+ :param str filename: (required)
3896
+ :param FileClassificationDelta body: (required)
3897
+ :param bool async_: Perform the request asynchronously
3898
+ :return: ModifiedResult
4276
3899
  """
4277
3900
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4278
3901
  kwargs['_return_http_data_only'] = True
@@ -4296,15 +3919,11 @@ class ContainersApi(object):
4296
3919
  If replacing a file's classification, the modality can optionally be modified as well.
4297
3920
  This method makes a synchronous HTTP request by default.
4298
3921
 
4299
- :param cid:
4300
- :type cid: str
4301
- :param filename:
4302
- :type filename: str
4303
- :param body:
4304
- :type body: FileClassificationDelta
4305
- :param async_: Perform the request asynchronously
4306
- :type async_: bool, optional
4307
- :rtype: ModifiedResult
3922
+ :param str cid: (required)
3923
+ :param str filename: (required)
3924
+ :param FileClassificationDelta body: (required)
3925
+ :param bool async_: Perform the request asynchronously
3926
+ :return: ModifiedResult
4308
3927
  """
4309
3928
 
4310
3929
  all_params = ['cid','filename','body',] # noqa: E501
@@ -4396,15 +4015,11 @@ class ContainersApi(object):
4396
4015
  Modify and return the file 'info' field
4397
4016
  This method makes a synchronous HTTP request by default.
4398
4017
 
4399
- :param cid:
4400
- :type cid: str
4401
- :param filename:
4402
- :type filename: str
4403
- :param body:
4404
- :type body: Info
4405
- :param async_: Perform the request asynchronously
4406
- :type async_: bool, optional
4407
- :rtype: ModifiedResult
4018
+ :param str cid: (required)
4019
+ :param str filename: (required)
4020
+ :param Info body: (required)
4021
+ :param bool async_: Perform the request asynchronously
4022
+ :return: ModifiedResult
4408
4023
  """
4409
4024
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4410
4025
  kwargs['_return_http_data_only'] = True
@@ -4428,15 +4043,11 @@ class ContainersApi(object):
4428
4043
  Modify and return the file 'info' field
4429
4044
  This method makes a synchronous HTTP request by default.
4430
4045
 
4431
- :param cid:
4432
- :type cid: str
4433
- :param filename:
4434
- :type filename: str
4435
- :param body:
4436
- :type body: Info
4437
- :param async_: Perform the request asynchronously
4438
- :type async_: bool, optional
4439
- :rtype: ModifiedResult
4046
+ :param str cid: (required)
4047
+ :param str filename: (required)
4048
+ :param Info body: (required)
4049
+ :param bool async_: Perform the request asynchronously
4050
+ :return: ModifiedResult
4440
4051
  """
4441
4052
 
4442
4053
  all_params = ['cid','filename','body',] # noqa: E501
@@ -4528,13 +4139,10 @@ class ContainersApi(object):
4528
4139
  Update or replace info for a(n) container. Keys that contain '$' or '.' will be sanitized in the process of being updated on the container.
4529
4140
  This method makes a synchronous HTTP request by default.
4530
4141
 
4531
- :param cid:
4532
- :type cid: str
4533
- :param body:
4534
- :type body: Info
4535
- :param async_: Perform the request asynchronously
4536
- :type async_: bool, optional
4537
- :rtype: ModifiedResult
4142
+ :param str cid: (required)
4143
+ :param Info body: (required)
4144
+ :param bool async_: Perform the request asynchronously
4145
+ :return: ModifiedResult
4538
4146
  """
4539
4147
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4540
4148
  kwargs['_return_http_data_only'] = True
@@ -4558,13 +4166,10 @@ class ContainersApi(object):
4558
4166
  Update or replace info for a(n) container. Keys that contain '$' or '.' will be sanitized in the process of being updated on the container.
4559
4167
  This method makes a synchronous HTTP request by default.
4560
4168
 
4561
- :param cid:
4562
- :type cid: str
4563
- :param body:
4564
- :type body: Info
4565
- :param async_: Perform the request asynchronously
4566
- :type async_: bool, optional
4567
- :rtype: ModifiedResult
4169
+ :param str cid: (required)
4170
+ :param Info body: (required)
4171
+ :param bool async_: Perform the request asynchronously
4172
+ :return: ModifiedResult
4568
4173
  """
4569
4174
 
4570
4175
  all_params = ['cid','body',] # noqa: E501
@@ -4650,15 +4255,11 @@ class ContainersApi(object):
4650
4255
  Update a note of a(n) container
4651
4256
  This method makes a synchronous HTTP request by default.
4652
4257
 
4653
- :param cid:
4654
- :type cid: str
4655
- :param note_id:
4656
- :type note_id: str
4657
- :param body:
4658
- :type body: NoteInput
4659
- :param async_: Perform the request asynchronously
4660
- :type async_: bool, optional
4661
- :rtype: int
4258
+ :param str cid: (required)
4259
+ :param str note_id: (required)
4260
+ :param NoteInput body: (required)
4261
+ :param bool async_: Perform the request asynchronously
4262
+ :return: int
4662
4263
  """
4663
4264
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4664
4265
  kwargs['_return_http_data_only'] = True
@@ -4682,15 +4283,11 @@ class ContainersApi(object):
4682
4283
  Update a note of a(n) container
4683
4284
  This method makes a synchronous HTTP request by default.
4684
4285
 
4685
- :param cid:
4686
- :type cid: str
4687
- :param note_id:
4688
- :type note_id: str
4689
- :param body:
4690
- :type body: NoteInput
4691
- :param async_: Perform the request asynchronously
4692
- :type async_: bool, optional
4693
- :rtype: int
4286
+ :param str cid: (required)
4287
+ :param str note_id: (required)
4288
+ :param NoteInput body: (required)
4289
+ :param bool async_: Perform the request asynchronously
4290
+ :return: int
4694
4291
  """
4695
4292
 
4696
4293
  all_params = ['cid','note_id','body',] # noqa: E501
@@ -4782,15 +4379,11 @@ class ContainersApi(object):
4782
4379
  Rename a tag
4783
4380
  This method makes a synchronous HTTP request by default.
4784
4381
 
4785
- :param cid:
4786
- :type cid: str
4787
- :param value: The tag to interact with
4788
- :type value: str
4789
- :param body:
4790
- :type body: Tag
4791
- :param async_: Perform the request asynchronously
4792
- :type async_: bool, optional
4793
- :rtype: str
4382
+ :param str cid: (required)
4383
+ :param str value: The tag to interact with (required)
4384
+ :param Tag body: (required)
4385
+ :param bool async_: Perform the request asynchronously
4386
+ :return: str
4794
4387
  """
4795
4388
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4796
4389
  kwargs['_return_http_data_only'] = True
@@ -4814,15 +4407,11 @@ class ContainersApi(object):
4814
4407
  Rename a tag
4815
4408
  This method makes a synchronous HTTP request by default.
4816
4409
 
4817
- :param cid:
4818
- :type cid: str
4819
- :param value: The tag to interact with
4820
- :type value: str
4821
- :param body:
4822
- :type body: Tag
4823
- :param async_: Perform the request asynchronously
4824
- :type async_: bool, optional
4825
- :rtype: str
4410
+ :param str cid: (required)
4411
+ :param str value: The tag to interact with (required)
4412
+ :param Tag body: (required)
4413
+ :param bool async_: Perform the request asynchronously
4414
+ :return: str
4826
4415
  """
4827
4416
 
4828
4417
  all_params = ['cid','value','body',] # noqa: E501
@@ -4914,29 +4503,18 @@ class ContainersApi(object):
4914
4503
  Upload a file to a(n) container.
4915
4504
  This method makes a synchronous HTTP request by default.
4916
4505
 
4917
- :param container_id:
4918
- :type container_id: str
4919
- :param file: The file to upload
4920
- :type file: str
4921
- :param preserve_metadata:, defaults to false
4922
- :type preserve_metadata: bool, optional
4923
- :param ticket:
4924
- :type ticket: str, optional
4925
- :param id:
4926
- :type id: str, optional
4927
- :param level:
4928
- :type level: ContainerType, optional
4929
- :param job:
4930
- :type job: str, optional
4931
- :param metadata: Dictionary of file metadata (type, modality, info, etc.)
4932
- :type metadata: object, optional
4933
- :param x_accept_feature: redirect header, defaults to []
4934
- :type x_accept_feature: list[str], optional
4935
- :param content_type:
4936
- :type content_type: str, optional
4937
- :param async_: Perform the request asynchronously
4938
- :type async_: bool, optional
4939
- :rtype: union[list[FileOutput],UploadTicketOutput]
4506
+ :param str container_id: (required)
4507
+ :param str file: The file to upload (required)
4508
+ :param bool preserve_metadata:
4509
+ :param str ticket:
4510
+ :param str id:
4511
+ :param ContainerType level:
4512
+ :param str job:
4513
+ :param object metadata: Dictionary of file metadata (type, modality, info, etc.)
4514
+ :param list[str] x_accept_feature: redirect header
4515
+ :param str content_type:
4516
+ :param bool async_: Perform the request asynchronously
4517
+ :return: union[list[FileOutput],UploadTicketOutput]
4940
4518
  """
4941
4519
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4942
4520
  kwargs['_return_http_data_only'] = True
@@ -4960,29 +4538,18 @@ class ContainersApi(object):
4960
4538
  Upload a file to a(n) container.
4961
4539
  This method makes a synchronous HTTP request by default.
4962
4540
 
4963
- :param container_id:
4964
- :type container_id: str
4965
- :param file: The file to upload
4966
- :type file: str
4967
- :param preserve_metadata:, defaults to false
4968
- :type preserve_metadata: bool, optional
4969
- :param ticket:
4970
- :type ticket: str, optional
4971
- :param id:
4972
- :type id: str, optional
4973
- :param level:
4974
- :type level: ContainerType, optional
4975
- :param job:
4976
- :type job: str, optional
4977
- :param metadata: Dictionary of file metadata (type, modality, info, etc.)
4978
- :type metadata: object, optional
4979
- :param x_accept_feature: redirect header, defaults to []
4980
- :type x_accept_feature: list[str], optional
4981
- :param content_type:
4982
- :type content_type: str, optional
4983
- :param async_: Perform the request asynchronously
4984
- :type async_: bool, optional
4985
- :rtype: union[list[FileOutput],UploadTicketOutput]
4541
+ :param str container_id: (required)
4542
+ :param str file: The file to upload (required)
4543
+ :param bool preserve_metadata:
4544
+ :param str ticket:
4545
+ :param str id:
4546
+ :param ContainerType level:
4547
+ :param str job:
4548
+ :param object metadata: Dictionary of file metadata (type, modality, info, etc.)
4549
+ :param list[str] x_accept_feature: redirect header
4550
+ :param str content_type:
4551
+ :param bool async_: Perform the request asynchronously
4552
+ :return: union[list[FileOutput],UploadTicketOutput]
4986
4553
  """
4987
4554
 
4988
4555
  all_params = ['container_id','file','preserve_metadata','ticket','id','level','job','metadata','x_accept_feature','content_type',] # noqa: E501
@@ -5078,25 +4645,16 @@ class ContainersApi(object):
5078
4645
  Upload an output file to an analysis
5079
4646
  This method makes a synchronous HTTP request by default.
5080
4647
 
5081
- :param cid:
5082
- :type cid: str
5083
- :param analysis_id:
5084
- :type analysis_id: str
5085
- :param file: The file to upload
5086
- :type file: str
5087
- :param ticket:
5088
- :type ticket: str, optional
5089
- :param id:
5090
- :type id: str, optional
5091
- :param level:
5092
- :type level: ContainerType, optional
5093
- :param job:
5094
- :type job: str, optional
5095
- :param content_type:
5096
- :type content_type: str, optional
5097
- :param async_: Perform the request asynchronously
5098
- :type async_: bool, optional
5099
- :rtype: list[FileOutput]
4648
+ :param str cid: (required)
4649
+ :param str analysis_id: (required)
4650
+ :param str file: The file to upload (required)
4651
+ :param str ticket:
4652
+ :param str id:
4653
+ :param ContainerType level:
4654
+ :param str job:
4655
+ :param str content_type:
4656
+ :param bool async_: Perform the request asynchronously
4657
+ :return: list[FileOutput]
5100
4658
  """
5101
4659
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
5102
4660
  kwargs['_return_http_data_only'] = True
@@ -5120,25 +4678,16 @@ class ContainersApi(object):
5120
4678
  Upload an output file to an analysis
5121
4679
  This method makes a synchronous HTTP request by default.
5122
4680
 
5123
- :param cid:
5124
- :type cid: str
5125
- :param analysis_id:
5126
- :type analysis_id: str
5127
- :param file: The file to upload
5128
- :type file: str
5129
- :param ticket:
5130
- :type ticket: str, optional
5131
- :param id:
5132
- :type id: str, optional
5133
- :param level:
5134
- :type level: ContainerType, optional
5135
- :param job:
5136
- :type job: str, optional
5137
- :param content_type:
5138
- :type content_type: str, optional
5139
- :param async_: Perform the request asynchronously
5140
- :type async_: bool, optional
5141
- :rtype: list[FileOutput]
4681
+ :param str cid: (required)
4682
+ :param str analysis_id: (required)
4683
+ :param str file: The file to upload (required)
4684
+ :param str ticket:
4685
+ :param str id:
4686
+ :param ContainerType level:
4687
+ :param str job:
4688
+ :param str content_type:
4689
+ :param bool async_: Perform the request asynchronously
4690
+ :return: list[FileOutput]
5142
4691
  """
5143
4692
 
5144
4693
  all_params = ['cid','analysis_id','file','ticket','id','level','job','content_type',] # noqa: E501