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
@@ -29,13 +29,10 @@ class ProjectsApi(object):
29
29
 
30
30
  This method makes a synchronous HTTP request by default.
31
31
 
32
- :param body:
33
- :type body: ProjectInput
34
- :param inherit: Inherit permissions from the group permission template, defaults to false
35
- :type inherit: bool, optional
36
- :param async_: Perform the request asynchronously
37
- :type async_: bool, optional
38
- :rtype: InsertedId
32
+ :param ProjectInput body: (required)
33
+ :param bool inherit: Inherit permissions from the group permission template
34
+ :param bool async_: Perform the request asynchronously
35
+ :return: InsertedId
39
36
  """
40
37
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
41
38
  kwargs['_return_http_data_only'] = True
@@ -58,13 +55,10 @@ class ProjectsApi(object):
58
55
 
59
56
  This method makes a synchronous HTTP request by default.
60
57
 
61
- :param body:
62
- :type body: ProjectInput
63
- :param inherit: Inherit permissions from the group permission template, defaults to false
64
- :type inherit: bool, optional
65
- :param async_: Perform the request asynchronously
66
- :type async_: bool, optional
67
- :rtype: InsertedId
58
+ :param ProjectInput body: (required)
59
+ :param bool inherit: Inherit permissions from the group permission template
60
+ :param bool async_: Perform the request asynchronously
61
+ :return: InsertedId
68
62
  """
69
63
 
70
64
  all_params = ['body','inherit',] # noqa: E501
@@ -146,15 +140,12 @@ class ProjectsApi(object):
146
140
  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.
147
141
  This method makes a synchronous HTTP request by default.
148
142
 
149
- :param cid:
150
- :type cid: str
151
- :param body:
152
- :type body: union[AdhocAnalysisInput,JobAnalysisInput]
153
- :param job: returns job_id instead of analysis.id, defaults to false
154
- :type job: bool, optional
155
- :param async_: Perform the request asynchronously
156
- :type async_: bool, optional
157
- :rtype: InsertedId
143
+ :param str cid: (required)
144
+ :param union[AdhocAnalysisInput,JobAnalysisInput] body: (required)
145
+ :param bool job: returns job_id instead of analysis.id
146
+ :param bool job: returns job_id instead of analysis.id
147
+ :param bool async_: Perform the request asynchronously
148
+ :return: InsertedId
158
149
  """
159
150
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
160
151
  kwargs['_return_http_data_only'] = True
@@ -178,18 +169,15 @@ class ProjectsApi(object):
178
169
  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.
179
170
  This method makes a synchronous HTTP request by default.
180
171
 
181
- :param cid:
182
- :type cid: str
183
- :param body:
184
- :type body: union[AdhocAnalysisInput,JobAnalysisInput]
185
- :param job: returns job_id instead of analysis.id, defaults to false
186
- :type job: bool, optional
187
- :param async_: Perform the request asynchronously
188
- :type async_: bool, optional
189
- :rtype: InsertedId
172
+ :param str cid: (required)
173
+ :param union[AdhocAnalysisInput,JobAnalysisInput] body: (required)
174
+ :param bool job: returns job_id instead of analysis.id
175
+ :param bool job: returns job_id instead of analysis.id
176
+ :param bool async_: Perform the request asynchronously
177
+ :return: InsertedId
190
178
  """
191
179
 
192
- all_params = ['cid','body','job',] # noqa: E501
180
+ all_params = ['cid','body','job','job',] # noqa: E501
193
181
  all_params.append('async_')
194
182
  all_params.append('_return_http_data_only')
195
183
  all_params.append('_preload_content')
@@ -222,6 +210,8 @@ class ProjectsApi(object):
222
210
  path_params['cid'] = params['cid'] # noqa: E501
223
211
 
224
212
  query_params = []
213
+ if 'job' in params:
214
+ query_params.append(('job', params['job'])) # noqa: E501
225
215
  if 'job' in params:
226
216
  query_params.append(('job', params['job'])) # noqa: E501
227
217
  else:
@@ -276,15 +266,11 @@ class ProjectsApi(object):
276
266
  Add a note to a(n) project analysis.
277
267
  This method makes a synchronous HTTP request by default.
278
268
 
279
- :param container_id: 24-char hex id
280
- :type container_id: str
281
- :param analysis_id: 24-char hex analysis id
282
- :type analysis_id: str
283
- :param body:
284
- :type body: NoteInput
285
- :param async_: Perform the request asynchronously
286
- :type async_: bool, optional
287
- :rtype: Note
269
+ :param str container_id: 24-char hex id (required)
270
+ :param str analysis_id: 24-char hex analysis id (required)
271
+ :param NoteInput body: (required)
272
+ :param bool async_: Perform the request asynchronously
273
+ :return: Note
288
274
  """
289
275
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
290
276
  kwargs['_return_http_data_only'] = True
@@ -308,15 +294,11 @@ class ProjectsApi(object):
308
294
  Add a note to a(n) project analysis.
309
295
  This method makes a synchronous HTTP request by default.
310
296
 
311
- :param container_id: 24-char hex id
312
- :type container_id: str
313
- :param analysis_id: 24-char hex analysis id
314
- :type analysis_id: str
315
- :param body:
316
- :type body: NoteInput
317
- :param async_: Perform the request asynchronously
318
- :type async_: bool, optional
319
- :rtype: Note
297
+ :param str container_id: 24-char hex id (required)
298
+ :param str analysis_id: 24-char hex analysis id (required)
299
+ :param NoteInput body: (required)
300
+ :param bool async_: Perform the request asynchronously
301
+ :return: Note
320
302
  """
321
303
 
322
304
  all_params = ['container_id','analysis_id','body',] # noqa: E501
@@ -408,13 +390,10 @@ class ProjectsApi(object):
408
390
  Add a note to a(n) project.
409
391
  This method makes a synchronous HTTP request by default.
410
392
 
411
- :param container_id:
412
- :type container_id: str
413
- :param body:
414
- :type body: NoteInput
415
- :param async_: Perform the request asynchronously
416
- :type async_: bool, optional
417
- :rtype: Note
393
+ :param str container_id: (required)
394
+ :param NoteInput body: (required)
395
+ :param bool async_: Perform the request asynchronously
396
+ :return: Note
418
397
  """
419
398
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
420
399
  kwargs['_return_http_data_only'] = True
@@ -438,13 +417,10 @@ class ProjectsApi(object):
438
417
  Add a note to a(n) project.
439
418
  This method makes a synchronous HTTP request by default.
440
419
 
441
- :param container_id:
442
- :type container_id: str
443
- :param body:
444
- :type body: NoteInput
445
- :param async_: Perform the request asynchronously
446
- :type async_: bool, optional
447
- :rtype: Note
420
+ :param str container_id: (required)
421
+ :param NoteInput body: (required)
422
+ :param bool async_: Perform the request asynchronously
423
+ :return: Note
448
424
  """
449
425
 
450
426
  all_params = ['container_id','body',] # noqa: E501
@@ -530,15 +506,11 @@ class ProjectsApi(object):
530
506
  Add user to a project Args: project_id: The id of the project permission: The permission to add auth_session: The auth session Returns: RolePermissionOutput: The added permission
531
507
  This method makes a synchronous HTTP request by default.
532
508
 
533
- :param project_id:
534
- :type project_id: str
535
- :param body:
536
- :type body: RolePermission
537
- :param x_accept_feature:, defaults to []
538
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
539
- :param async_: Perform the request asynchronously
540
- :type async_: bool, optional
541
- :rtype: RolePermissionOutput
509
+ :param str project_id: (required)
510
+ :param RolePermission body: (required)
511
+ :param list[union[HeaderFeature,str]] x_accept_feature:
512
+ :param bool async_: Perform the request asynchronously
513
+ :return: RolePermissionOutput
542
514
  """
543
515
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
544
516
  kwargs['_return_http_data_only'] = True
@@ -562,15 +534,11 @@ class ProjectsApi(object):
562
534
  Add user to a project Args: project_id: The id of the project permission: The permission to add auth_session: The auth session Returns: RolePermissionOutput: The added permission
563
535
  This method makes a synchronous HTTP request by default.
564
536
 
565
- :param project_id:
566
- :type project_id: str
567
- :param body:
568
- :type body: RolePermission
569
- :param x_accept_feature:, defaults to []
570
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
571
- :param async_: Perform the request asynchronously
572
- :type async_: bool, optional
573
- :rtype: RolePermissionOutput
537
+ :param str project_id: (required)
538
+ :param RolePermission body: (required)
539
+ :param list[union[HeaderFeature,str]] x_accept_feature:
540
+ :param bool async_: Perform the request asynchronously
541
+ :return: RolePermissionOutput
574
542
  """
575
543
 
576
544
  all_params = ['project_id','body','x_accept_feature',] # noqa: E501
@@ -658,13 +626,10 @@ class ProjectsApi(object):
658
626
 
659
627
  This method makes a synchronous HTTP request by default.
660
628
 
661
- :param project_id:
662
- :type project_id: str
663
- :param body:
664
- :type body: GearRuleInput
665
- :param async_: Perform the request asynchronously
666
- :type async_: bool, optional
667
- :rtype: GearRuleOutput
629
+ :param str project_id: (required)
630
+ :param GearRuleInput body: (required)
631
+ :param bool async_: Perform the request asynchronously
632
+ :return: GearRuleOutput
668
633
  """
669
634
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
670
635
  kwargs['_return_http_data_only'] = True
@@ -687,13 +652,10 @@ class ProjectsApi(object):
687
652
 
688
653
  This method makes a synchronous HTTP request by default.
689
654
 
690
- :param project_id:
691
- :type project_id: str
692
- :param body:
693
- :type body: GearRuleInput
694
- :param async_: Perform the request asynchronously
695
- :type async_: bool, optional
696
- :rtype: GearRuleOutput
655
+ :param str project_id: (required)
656
+ :param GearRuleInput body: (required)
657
+ :param bool async_: Perform the request asynchronously
658
+ :return: GearRuleOutput
697
659
  """
698
660
 
699
661
  all_params = ['project_id','body',] # noqa: E501
@@ -779,13 +741,10 @@ class ProjectsApi(object):
779
741
  Propagates changes to projects, sessions and acquisitions
780
742
  This method makes a synchronous HTTP request by default.
781
743
 
782
- :param cid:
783
- :type cid: str
784
- :param body:
785
- :type body: Tag
786
- :param async_: Perform the request asynchronously
787
- :type async_: bool, optional
788
- :rtype: ModifiedResult
744
+ :param str cid: (required)
745
+ :param Tag body: (required)
746
+ :param bool async_: Perform the request asynchronously
747
+ :return: ModifiedResult
789
748
  """
790
749
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
791
750
  kwargs['_return_http_data_only'] = True
@@ -809,13 +768,10 @@ class ProjectsApi(object):
809
768
  Propagates changes to projects, sessions and acquisitions
810
769
  This method makes a synchronous HTTP request by default.
811
770
 
812
- :param cid:
813
- :type cid: str
814
- :param body:
815
- :type body: Tag
816
- :param async_: Perform the request asynchronously
817
- :type async_: bool, optional
818
- :rtype: ModifiedResult
771
+ :param str cid: (required)
772
+ :param Tag body: (required)
773
+ :param bool async_: Perform the request asynchronously
774
+ :return: ModifiedResult
819
775
  """
820
776
 
821
777
  all_params = ['cid','body',] # noqa: E501
@@ -901,13 +857,10 @@ class ProjectsApi(object):
901
857
  Add multiple tags to a(n) project
902
858
  This method makes a synchronous HTTP request by default.
903
859
 
904
- :param cid:
905
- :type cid: str
906
- :param body:
907
- :type body: list[str]
908
- :param async_: Perform the request asynchronously
909
- :type async_: bool, optional
910
- :rtype: None
860
+ :param str cid: (required)
861
+ :param list[str] body: (required)
862
+ :param bool async_: Perform the request asynchronously
863
+ :return: None
911
864
  """
912
865
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
913
866
  kwargs['_return_http_data_only'] = True
@@ -931,13 +884,10 @@ class ProjectsApi(object):
931
884
  Add multiple tags to a(n) project
932
885
  This method makes a synchronous HTTP request by default.
933
886
 
934
- :param cid:
935
- :type cid: str
936
- :param body:
937
- :type body: list[str]
938
- :param async_: Perform the request asynchronously
939
- :type async_: bool, optional
940
- :rtype: None
887
+ :param str cid: (required)
888
+ :param list[str] body: (required)
889
+ :param bool async_: Perform the request asynchronously
890
+ :return: None
941
891
  """
942
892
 
943
893
  all_params = ['cid','body',] # noqa: E501
@@ -1015,25 +965,16 @@ class ProjectsApi(object):
1015
965
 
1016
966
  This method makes a synchronous HTTP request by default.
1017
967
 
1018
- :param search_string: Include only results containing the search string
1019
- :type search_string: str, optional
1020
- :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)
1021
- :type filter: str, optional
1022
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
1023
- :type sort: str, optional
1024
- :param limit: The maximum number of entries to return.
1025
- :type limit: int, optional
1026
- :param skip: The number of entries to skip., defaults to 0
1027
- :type skip: int, optional
1028
- :param page: The page number (i.e. skip limit*page entries)
1029
- :type page: int, optional
1030
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1031
- :type after_id: str, optional
1032
- :param x_accept_feature:, defaults to []
1033
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
1034
- :param async_: Perform the request asynchronously
1035
- :type async_: bool, optional
1036
- :rtype: union[list[CatalogListOutput],Page]
968
+ :param str search_string: Include only results containing the search string
969
+ :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)
970
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
971
+ :param int limit: The maximum number of entries to return.
972
+ :param int skip: The number of entries to skip.
973
+ :param int page: The page number (i.e. skip limit*page entries)
974
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
975
+ :param list[union[HeaderFeature,str]] x_accept_feature:
976
+ :param bool async_: Perform the request asynchronously
977
+ :return: union[list[CatalogListOutput],Page]
1037
978
  """
1038
979
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1039
980
  kwargs['_return_http_data_only'] = True
@@ -1056,25 +997,16 @@ class ProjectsApi(object):
1056
997
 
1057
998
  This method makes a synchronous HTTP request by default.
1058
999
 
1059
- :param search_string: Include only results containing the search string
1060
- :type search_string: str, optional
1061
- :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)
1062
- :type filter: str, optional
1063
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
1064
- :type sort: str, optional
1065
- :param limit: The maximum number of entries to return.
1066
- :type limit: int, optional
1067
- :param skip: The number of entries to skip., defaults to 0
1068
- :type skip: int, optional
1069
- :param page: The page number (i.e. skip limit*page entries)
1070
- :type page: int, optional
1071
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1072
- :type after_id: str, optional
1073
- :param x_accept_feature:, defaults to []
1074
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
1075
- :param async_: Perform the request asynchronously
1076
- :type async_: bool, optional
1077
- :rtype: union[list[CatalogListOutput],Page]
1000
+ :param str search_string: Include only results containing the search string
1001
+ :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)
1002
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
1003
+ :param int limit: The maximum number of entries to return.
1004
+ :param int skip: The number of entries to skip.
1005
+ :param int page: The page number (i.e. skip limit*page entries)
1006
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1007
+ :param list[union[HeaderFeature,str]] x_accept_feature:
1008
+ :param bool async_: Perform the request asynchronously
1009
+ :return: union[list[CatalogListOutput],Page]
1078
1010
  """
1079
1011
 
1080
1012
  all_params = ['search_string','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
@@ -1154,15 +1086,11 @@ class ProjectsApi(object):
1154
1086
  Delete a project. Only site admins and users with \"admin\" project permissions may delete a project. When background=true, the deletion is performed asynchronously in the background (returns 202). Use GET /{project_id}/delete-status to check the deletion progress. When background=false, the deletion is performed synchronously (returns 200).
1155
1087
  This method makes a synchronous HTTP request by default.
1156
1088
 
1157
- :param project_id:
1158
- :type project_id: str
1159
- :param delete_reason: A reason for deletion when audit-trail is enabled
1160
- :type delete_reason: ContainerDeleteReason, optional
1161
- :param background: Perform deletion in the background, defaults to false
1162
- :type background: bool, optional
1163
- :param async_: Perform the request asynchronously
1164
- :type async_: bool, optional
1165
- :rtype: DeletedResult
1089
+ :param str project_id: (required)
1090
+ :param ContainerDeleteReason delete_reason: A reason for deletion when audit-trail is enabled
1091
+ :param bool background: Perform deletion in the background
1092
+ :param bool async_: Perform the request asynchronously
1093
+ :return: DeletedResult
1166
1094
  """
1167
1095
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1168
1096
  kwargs['_return_http_data_only'] = True
@@ -1186,15 +1114,11 @@ class ProjectsApi(object):
1186
1114
  Delete a project. Only site admins and users with \"admin\" project permissions may delete a project. When background=true, the deletion is performed asynchronously in the background (returns 202). Use GET /{project_id}/delete-status to check the deletion progress. When background=false, the deletion is performed synchronously (returns 200).
1187
1115
  This method makes a synchronous HTTP request by default.
1188
1116
 
1189
- :param project_id:
1190
- :type project_id: str
1191
- :param delete_reason: A reason for deletion when audit-trail is enabled
1192
- :type delete_reason: ContainerDeleteReason, optional
1193
- :param background: Perform deletion in the background, defaults to false
1194
- :type background: bool, optional
1195
- :param async_: Perform the request asynchronously
1196
- :type async_: bool, optional
1197
- :rtype: DeletedResult
1117
+ :param str project_id: (required)
1118
+ :param ContainerDeleteReason delete_reason: A reason for deletion when audit-trail is enabled
1119
+ :param bool background: Perform deletion in the background
1120
+ :param bool async_: Perform the request asynchronously
1121
+ :return: DeletedResult
1198
1122
  """
1199
1123
 
1200
1124
  all_params = ['project_id','delete_reason','background',] # noqa: E501
@@ -1267,15 +1191,11 @@ class ProjectsApi(object):
1267
1191
  Delete an analysis for a container.
1268
1192
  This method makes a synchronous HTTP request by default.
1269
1193
 
1270
- :param cid:
1271
- :type cid: str
1272
- :param analysis_id:
1273
- :type analysis_id: str
1274
- :param delete_reason: Provide a reason for the deletion
1275
- :type delete_reason: ContainerDeleteReason, optional
1276
- :param async_: Perform the request asynchronously
1277
- :type async_: bool, optional
1278
- :rtype: DeletedResult
1194
+ :param str cid: (required)
1195
+ :param str analysis_id: (required)
1196
+ :param ContainerDeleteReason delete_reason: Provide a reason for the deletion
1197
+ :param bool async_: Perform the request asynchronously
1198
+ :return: DeletedResult
1279
1199
  """
1280
1200
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1281
1201
  kwargs['_return_http_data_only'] = True
@@ -1299,15 +1219,11 @@ class ProjectsApi(object):
1299
1219
  Delete an analysis for a container.
1300
1220
  This method makes a synchronous HTTP request by default.
1301
1221
 
1302
- :param cid:
1303
- :type cid: str
1304
- :param analysis_id:
1305
- :type analysis_id: str
1306
- :param delete_reason: Provide a reason for the deletion
1307
- :type delete_reason: ContainerDeleteReason, optional
1308
- :param async_: Perform the request asynchronously
1309
- :type async_: bool, optional
1310
- :rtype: DeletedResult
1222
+ :param str cid: (required)
1223
+ :param str analysis_id: (required)
1224
+ :param ContainerDeleteReason delete_reason: Provide a reason for the deletion
1225
+ :param bool async_: Perform the request asynchronously
1226
+ :return: DeletedResult
1311
1227
  """
1312
1228
 
1313
1229
  all_params = ['cid','analysis_id','delete_reason',] # noqa: E501
@@ -1384,15 +1300,11 @@ class ProjectsApi(object):
1384
1300
  Remove a note from a(n) project analysis.
1385
1301
  This method makes a synchronous HTTP request by default.
1386
1302
 
1387
- :param cid: 24-char hex id
1388
- :type cid: str
1389
- :param analysis_id: 24-char hex analysis id
1390
- :type analysis_id: str
1391
- :param note_id: 24-char hex note id
1392
- :type note_id: str
1393
- :param async_: Perform the request asynchronously
1394
- :type async_: bool, optional
1395
- :rtype: DeletedResult
1303
+ :param str cid: 24-char hex id (required)
1304
+ :param str analysis_id: 24-char hex analysis id (required)
1305
+ :param str note_id: 24-char hex note id (required)
1306
+ :param bool async_: Perform the request asynchronously
1307
+ :return: DeletedResult
1396
1308
  """
1397
1309
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1398
1310
  kwargs['_return_http_data_only'] = True
@@ -1416,15 +1328,11 @@ class ProjectsApi(object):
1416
1328
  Remove a note from a(n) project analysis.
1417
1329
  This method makes a synchronous HTTP request by default.
1418
1330
 
1419
- :param cid: 24-char hex id
1420
- :type cid: str
1421
- :param analysis_id: 24-char hex analysis id
1422
- :type analysis_id: str
1423
- :param note_id: 24-char hex note id
1424
- :type note_id: str
1425
- :param async_: Perform the request asynchronously
1426
- :type async_: bool, optional
1427
- :rtype: DeletedResult
1331
+ :param str cid: 24-char hex id (required)
1332
+ :param str analysis_id: 24-char hex analysis id (required)
1333
+ :param str note_id: 24-char hex note id (required)
1334
+ :param bool async_: Perform the request asynchronously
1335
+ :return: DeletedResult
1428
1336
  """
1429
1337
 
1430
1338
  all_params = ['cid','analysis_id','note_id',] # noqa: E501
@@ -1505,17 +1413,12 @@ class ProjectsApi(object):
1505
1413
  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.
1506
1414
  This method makes a synchronous HTTP request by default.
1507
1415
 
1508
- :param cid:
1509
- :type cid: str
1510
- :param filename:
1511
- :type filename: str
1512
- :param delete_reason: A reason for deletion when audit-trail is enabled
1513
- :type delete_reason: ContainerDeleteReason, optional
1514
- :param force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release., defaults to false
1515
- :type force: bool, optional
1516
- :param async_: Perform the request asynchronously
1517
- :type async_: bool, optional
1518
- :rtype: DeletedResult
1416
+ :param str cid: (required)
1417
+ :param str filename: (required)
1418
+ :param ContainerDeleteReason delete_reason: A reason for deletion when audit-trail is enabled
1419
+ :param bool force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release.
1420
+ :param bool async_: Perform the request asynchronously
1421
+ :return: DeletedResult
1519
1422
  """
1520
1423
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1521
1424
  kwargs['_return_http_data_only'] = True
@@ -1539,17 +1442,12 @@ class ProjectsApi(object):
1539
1442
  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.
1540
1443
  This method makes a synchronous HTTP request by default.
1541
1444
 
1542
- :param cid:
1543
- :type cid: str
1544
- :param filename:
1545
- :type filename: str
1546
- :param delete_reason: A reason for deletion when audit-trail is enabled
1547
- :type delete_reason: ContainerDeleteReason, optional
1548
- :param force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release., defaults to false
1549
- :type force: bool, optional
1550
- :param async_: Perform the request asynchronously
1551
- :type async_: bool, optional
1552
- :rtype: DeletedResult
1445
+ :param str cid: (required)
1446
+ :param str filename: (required)
1447
+ :param ContainerDeleteReason delete_reason: A reason for deletion when audit-trail is enabled
1448
+ :param bool force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release.
1449
+ :param bool async_: Perform the request asynchronously
1450
+ :return: DeletedResult
1553
1451
  """
1554
1452
 
1555
1453
  all_params = ['cid','filename','delete_reason','force',] # noqa: E501
@@ -1628,13 +1526,10 @@ class ProjectsApi(object):
1628
1526
  Remove a note from a(n) project
1629
1527
  This method makes a synchronous HTTP request by default.
1630
1528
 
1631
- :param cid:
1632
- :type cid: str
1633
- :param note_id:
1634
- :type note_id: str
1635
- :param async_: Perform the request asynchronously
1636
- :type async_: bool, optional
1637
- :rtype: DeletedResult
1529
+ :param str cid: (required)
1530
+ :param str note_id: (required)
1531
+ :param bool async_: Perform the request asynchronously
1532
+ :return: DeletedResult
1638
1533
  """
1639
1534
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1640
1535
  kwargs['_return_http_data_only'] = True
@@ -1658,13 +1553,10 @@ class ProjectsApi(object):
1658
1553
  Remove a note from a(n) project
1659
1554
  This method makes a synchronous HTTP request by default.
1660
1555
 
1661
- :param cid:
1662
- :type cid: str
1663
- :param note_id:
1664
- :type note_id: str
1665
- :param async_: Perform the request asynchronously
1666
- :type async_: bool, optional
1667
- :rtype: DeletedResult
1556
+ :param str cid: (required)
1557
+ :param str note_id: (required)
1558
+ :param bool async_: Perform the request asynchronously
1559
+ :return: DeletedResult
1668
1560
  """
1669
1561
 
1670
1562
  all_params = ['cid','note_id',] # noqa: E501
@@ -1739,13 +1631,10 @@ class ProjectsApi(object):
1739
1631
  Delete a tag
1740
1632
  This method makes a synchronous HTTP request by default.
1741
1633
 
1742
- :param cid:
1743
- :type cid: str
1744
- :param value: The tag to interact with
1745
- :type value: str
1746
- :param async_: Perform the request asynchronously
1747
- :type async_: bool, optional
1748
- :rtype: DeletedResult
1634
+ :param str cid: (required)
1635
+ :param str value: The tag to interact with (required)
1636
+ :param bool async_: Perform the request asynchronously
1637
+ :return: DeletedResult
1749
1638
  """
1750
1639
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1751
1640
  kwargs['_return_http_data_only'] = True
@@ -1769,13 +1658,10 @@ class ProjectsApi(object):
1769
1658
  Delete a tag
1770
1659
  This method makes a synchronous HTTP request by default.
1771
1660
 
1772
- :param cid:
1773
- :type cid: str
1774
- :param value: The tag to interact with
1775
- :type value: str
1776
- :param async_: Perform the request asynchronously
1777
- :type async_: bool, optional
1778
- :rtype: DeletedResult
1661
+ :param str cid: (required)
1662
+ :param str value: The tag to interact with (required)
1663
+ :param bool async_: Perform the request asynchronously
1664
+ :return: DeletedResult
1779
1665
  """
1780
1666
 
1781
1667
  all_params = ['cid','value',] # noqa: E501
@@ -1850,13 +1736,10 @@ class ProjectsApi(object):
1850
1736
  Delete multiple tags from a(n) project
1851
1737
  This method makes a synchronous HTTP request by default.
1852
1738
 
1853
- :param cid:
1854
- :type cid: str
1855
- :param body:
1856
- :type body: list[str]
1857
- :param async_: Perform the request asynchronously
1858
- :type async_: bool, optional
1859
- :rtype: None
1739
+ :param str cid: (required)
1740
+ :param list[str] body: (required)
1741
+ :param bool async_: Perform the request asynchronously
1742
+ :return: None
1860
1743
  """
1861
1744
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1862
1745
  kwargs['_return_http_data_only'] = True
@@ -1880,13 +1763,10 @@ class ProjectsApi(object):
1880
1763
  Delete multiple tags from a(n) project
1881
1764
  This method makes a synchronous HTTP request by default.
1882
1765
 
1883
- :param cid:
1884
- :type cid: str
1885
- :param body:
1886
- :type body: list[str]
1887
- :param async_: Perform the request asynchronously
1888
- :type async_: bool, optional
1889
- :rtype: None
1766
+ :param str cid: (required)
1767
+ :param list[str] body: (required)
1768
+ :param bool async_: Perform the request asynchronously
1769
+ :return: None
1890
1770
  """
1891
1771
 
1892
1772
  all_params = ['cid','body',] # noqa: E501
@@ -1964,15 +1844,11 @@ class ProjectsApi(object):
1964
1844
 
1965
1845
  This method makes a synchronous HTTP request by default.
1966
1846
 
1967
- :param project_id:
1968
- :type project_id: str
1969
- :param uid:
1970
- :type uid: str
1971
- :param x_accept_feature:, defaults to []
1972
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
1973
- :param async_: Perform the request asynchronously
1974
- :type async_: bool, optional
1975
- :rtype: ModifiedResult
1847
+ :param str project_id: (required)
1848
+ :param str uid: (required)
1849
+ :param list[union[HeaderFeature,str]] x_accept_feature:
1850
+ :param bool async_: Perform the request asynchronously
1851
+ :return: ModifiedResult
1976
1852
  """
1977
1853
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1978
1854
  kwargs['_return_http_data_only'] = True
@@ -1995,15 +1871,11 @@ class ProjectsApi(object):
1995
1871
 
1996
1872
  This method makes a synchronous HTTP request by default.
1997
1873
 
1998
- :param project_id:
1999
- :type project_id: str
2000
- :param uid:
2001
- :type uid: str
2002
- :param x_accept_feature:, defaults to []
2003
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
2004
- :param async_: Perform the request asynchronously
2005
- :type async_: bool, optional
2006
- :rtype: ModifiedResult
1874
+ :param str project_id: (required)
1875
+ :param str uid: (required)
1876
+ :param list[union[HeaderFeature,str]] x_accept_feature:
1877
+ :param bool async_: Perform the request asynchronously
1878
+ :return: ModifiedResult
2007
1879
  """
2008
1880
 
2009
1881
  all_params = ['project_id','uid','x_accept_feature',] # noqa: E501
@@ -2081,13 +1953,10 @@ class ProjectsApi(object):
2081
1953
  Delete multiple projects by ID list
2082
1954
  This method makes a synchronous HTTP request by default.
2083
1955
 
2084
- :param body: List of IDs to delete
2085
- :type body: list[str]
2086
- :param delete_reason:
2087
- :type delete_reason: ContainerDeleteReason, optional
2088
- :param async_: Perform the request asynchronously
2089
- :type async_: bool, optional
2090
- :rtype: DeletedResult
1956
+ :param list[str] body: List of IDs to delete (required)
1957
+ :param ContainerDeleteReason delete_reason:
1958
+ :param bool async_: Perform the request asynchronously
1959
+ :return: DeletedResult
2091
1960
  """
2092
1961
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2093
1962
  kwargs['_return_http_data_only'] = True
@@ -2111,13 +1980,10 @@ class ProjectsApi(object):
2111
1980
  Delete multiple projects by ID list
2112
1981
  This method makes a synchronous HTTP request by default.
2113
1982
 
2114
- :param body: List of IDs to delete
2115
- :type body: list[str]
2116
- :param delete_reason:
2117
- :type delete_reason: ContainerDeleteReason, optional
2118
- :param async_: Perform the request asynchronously
2119
- :type async_: bool, optional
2120
- :rtype: DeletedResult
1983
+ :param list[str] body: List of IDs to delete (required)
1984
+ :param ContainerDeleteReason delete_reason:
1985
+ :param bool async_: Perform the request asynchronously
1986
+ :return: DeletedResult
2121
1987
  """
2122
1988
 
2123
1989
  all_params = ['body','delete_reason',] # noqa: E501
@@ -2192,29 +2058,18 @@ class ProjectsApi(object):
2192
2058
  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.
2193
2059
  This method makes a synchronous HTTP request by default.
2194
2060
 
2195
- :param project_id: 24-character hex ID
2196
- :type project_id: str
2197
- :param file_name: output file name
2198
- :type file_name: str
2199
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2200
- :type info: bool, optional
2201
- :param member: The filename of a zipfile member to download rather than the entire file
2202
- :type member: str, optional
2203
- :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
2204
- :type view: bool, optional
2205
- :param version: version of the file to download
2206
- :type version: int, optional
2207
- :param hash: file hash for comparison
2208
- :type hash: str, optional
2209
- :param range: byte ranges to return
2210
- :type range: str, optional
2211
- :param x_accept_feature: redirect header, defaults to []
2212
- :type x_accept_feature: list[str], optional
2213
- :param dest_file: Destination file path
2214
- :type dest_file: str
2215
- :param async_: Perform the request asynchronously
2216
- :type async_: bool, optional
2217
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2061
+ :param str project_id: 24-character hex ID (required)
2062
+ :param str file_name: output file name (required)
2063
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2064
+ :param str member: The filename of a zipfile member to download rather than the entire file
2065
+ :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\"
2066
+ :param int version: version of the file to download
2067
+ :param str hash: file hash for comparison
2068
+ :param str range: byte ranges to return
2069
+ :param list[str] x_accept_feature: redirect header
2070
+ :param str dest_file: Destination file path
2071
+ :param bool async_: Perform the request asynchronously
2072
+ :return: union[DownloadTicketStub,ZipfileInfo]
2218
2073
  """
2219
2074
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2220
2075
  kwargs['_return_http_data_only'] = True
@@ -2237,27 +2092,17 @@ class ProjectsApi(object):
2237
2092
  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.
2238
2093
  This method makes a synchronous HTTP request by default.
2239
2094
 
2240
- :param project_id: 24-character hex ID
2241
- :type project_id: str
2242
- :param file_name: output file name
2243
- :type file_name: str
2244
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2245
- :type info: bool, optional
2246
- :param member: The filename of a zipfile member to download rather than the entire file
2247
- :type member: str, optional
2248
- :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
2249
- :type view: bool, optional
2250
- :param version: version of the file to download
2251
- :type version: int, optional
2252
- :param hash: file hash for comparison
2253
- :type hash: str, optional
2254
- :param range: byte ranges to return
2255
- :type range: str, optional
2256
- :param x_accept_feature: redirect header, defaults to []
2257
- :type x_accept_feature: list[str], optional
2258
- :param async_: Perform the request asynchronously
2259
- :type async_: bool, optional
2260
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2095
+ :param str project_id: 24-character hex ID (required)
2096
+ :param str file_name: output file name (required)
2097
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2098
+ :param str member: The filename of a zipfile member to download rather than the entire file
2099
+ :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\"
2100
+ :param int version: version of the file to download
2101
+ :param str hash: file hash for comparison
2102
+ :param str range: byte ranges to return
2103
+ :param list[str] x_accept_feature: redirect header
2104
+ :param bool async_: Perform the request asynchronously
2105
+ :return: union[DownloadTicketStub,ZipfileInfo]
2261
2106
  """
2262
2107
 
2263
2108
  all_params = ['project_id','file_name','info','member','view','version','hash','range','x_accept_feature',] # noqa: E501
@@ -2347,29 +2192,18 @@ class ProjectsApi(object):
2347
2192
  Does not work on files whose names contain a forward slash.
2348
2193
  This method makes a synchronous HTTP request by default.
2349
2194
 
2350
- :param project_id: 24-character hex ID
2351
- :type project_id: str
2352
- :param file_name: output file name
2353
- :type file_name: str
2354
- :param ticket: The generated ticket id for the download, or present but empty to generate a ticket id
2355
- :type ticket: str, optional
2356
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2357
- :type info: bool, optional
2358
- :param member: The filename of a zipfile member to download rather than the entire file
2359
- :type member: str, optional
2360
- :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
2361
- :type view: bool, optional
2362
- :param version: version of the file to download
2363
- :type version: int, optional
2364
- :param hash: file hash for comparison
2365
- :type hash: str, optional
2366
- :param range: byte ranges to return
2367
- :type range: str, optional
2368
- :param x_accept_feature: redirect header, defaults to []
2369
- :type x_accept_feature: list[str], optional
2370
- :param async_: Perform the request asynchronously
2371
- :type async_: bool, optional
2372
- :rtype: FileZipInfo
2195
+ :param str project_id: 24-character hex ID (required)
2196
+ :param str file_name: output file name (required)
2197
+ :param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
2198
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2199
+ :param str member: The filename of a zipfile member to download rather than the entire file
2200
+ :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\"
2201
+ :param int version: version of the file to download
2202
+ :param str hash: file hash for comparison
2203
+ :param str range: byte ranges to return
2204
+ :param list[str] x_accept_feature: redirect header
2205
+ :param bool async_: Perform the request asynchronously
2206
+ :return: FileZipInfo
2373
2207
  """
2374
2208
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2375
2209
  kwargs['_return_http_data_only'] = True
@@ -2393,29 +2227,18 @@ class ProjectsApi(object):
2393
2227
  Does not work on files whose names contain a forward slash.
2394
2228
  This method makes a synchronous HTTP request by default.
2395
2229
 
2396
- :param project_id: 24-character hex ID
2397
- :type project_id: str
2398
- :param file_name: output file name
2399
- :type file_name: str
2400
- :param ticket: The generated ticket id for the download, or present but empty to generate a ticket id
2401
- :type ticket: str, optional
2402
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2403
- :type info: bool, optional
2404
- :param member: The filename of a zipfile member to download rather than the entire file
2405
- :type member: str, optional
2406
- :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
2407
- :type view: bool, optional
2408
- :param version: version of the file to download
2409
- :type version: int, optional
2410
- :param hash: file hash for comparison
2411
- :type hash: str, optional
2412
- :param range: byte ranges to return
2413
- :type range: str, optional
2414
- :param x_accept_feature: redirect header, defaults to []
2415
- :type x_accept_feature: list[str], optional
2416
- :param async_: Perform the request asynchronously
2417
- :type async_: bool, optional
2418
- :rtype: FileZipInfo
2230
+ :param str project_id: 24-character hex ID (required)
2231
+ :param str file_name: output file name (required)
2232
+ :param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
2233
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2234
+ :param str member: The filename of a zipfile member to download rather than the entire file
2235
+ :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\"
2236
+ :param int version: version of the file to download
2237
+ :param str hash: file hash for comparison
2238
+ :param str range: byte ranges to return
2239
+ :param list[str] x_accept_feature: redirect header
2240
+ :param bool async_: Perform the request asynchronously
2241
+ :return: FileZipInfo
2419
2242
  """
2420
2243
 
2421
2244
  all_params = ['project_id','file_name','ticket','info','member','view','version','hash','range','x_accept_feature',] # noqa: E501
@@ -2508,29 +2331,18 @@ class ProjectsApi(object):
2508
2331
 
2509
2332
  This method makes a synchronous HTTP request by default.
2510
2333
 
2511
- :param project_id: 24-character hex ID
2512
- :type project_id: str
2513
- :param file_name: output file name
2514
- :type file_name: str
2515
- :param ticket: The generated ticket id for the download, or present but empty to generate a ticket id
2516
- :type ticket: str, optional
2517
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2518
- :type info: bool, optional
2519
- :param member: The filename of a zipfile member to download rather than the entire file
2520
- :type member: str, optional
2521
- :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
2522
- :type view: bool, optional
2523
- :param version: version of the file to download
2524
- :type version: int, optional
2525
- :param hash: file hash for comparison
2526
- :type hash: str, optional
2527
- :param range: byte ranges to return
2528
- :type range: str, optional
2529
- :param x_accept_feature: redirect header, defaults to []
2530
- :type x_accept_feature: list[str], optional
2531
- :param async_: Perform the request asynchronously
2532
- :type async_: bool, optional
2533
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2334
+ :param str project_id: 24-character hex ID (required)
2335
+ :param str file_name: output file name (required)
2336
+ :param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
2337
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2338
+ :param str member: The filename of a zipfile member to download rather than the entire file
2339
+ :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\"
2340
+ :param int version: version of the file to download
2341
+ :param str hash: file hash for comparison
2342
+ :param str range: byte ranges to return
2343
+ :param list[str] x_accept_feature: redirect header
2344
+ :param bool async_: Perform the request asynchronously
2345
+ :return: union[DownloadTicketStub,ZipfileInfo]
2534
2346
  """
2535
2347
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2536
2348
  kwargs['_return_http_data_only'] = True
@@ -2553,29 +2365,18 @@ class ProjectsApi(object):
2553
2365
 
2554
2366
  This method makes a synchronous HTTP request by default.
2555
2367
 
2556
- :param project_id: 24-character hex ID
2557
- :type project_id: str
2558
- :param file_name: output file name
2559
- :type file_name: str
2560
- :param ticket: The generated ticket id for the download, or present but empty to generate a ticket id
2561
- :type ticket: str, optional
2562
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2563
- :type info: bool, optional
2564
- :param member: The filename of a zipfile member to download rather than the entire file
2565
- :type member: str, optional
2566
- :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
2567
- :type view: bool, optional
2568
- :param version: version of the file to download
2569
- :type version: int, optional
2570
- :param hash: file hash for comparison
2571
- :type hash: str, optional
2572
- :param range: byte ranges to return
2573
- :type range: str, optional
2574
- :param x_accept_feature: redirect header, defaults to []
2575
- :type x_accept_feature: list[str], optional
2576
- :param async_: Perform the request asynchronously
2577
- :type async_: bool, optional
2578
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2368
+ :param str project_id: 24-character hex ID (required)
2369
+ :param str file_name: output file name (required)
2370
+ :param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
2371
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2372
+ :param str member: The filename of a zipfile member to download rather than the entire file
2373
+ :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\"
2374
+ :param int version: version of the file to download
2375
+ :param str hash: file hash for comparison
2376
+ :param str range: byte ranges to return
2377
+ :param list[str] x_accept_feature: redirect header
2378
+ :param bool async_: Perform the request asynchronously
2379
+ :return: union[DownloadTicketStub,ZipfileInfo]
2579
2380
  """
2580
2381
 
2581
2382
  all_params = ['project_id','file_name','ticket','info','member','view','version','hash','range','x_accept_feature',] # noqa: E501
@@ -2667,27 +2468,17 @@ class ProjectsApi(object):
2667
2468
  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.
2668
2469
  This method makes a synchronous HTTP request by default.
2669
2470
 
2670
- :param project_id: 24-character hex ID
2671
- :type project_id: str
2672
- :param analysis_id: 24-char hex analysis id
2673
- :type analysis_id: str
2674
- :param filename: filename to download (get tar of all if empty)
2675
- :type filename: str
2676
- :param info: get file info only, defaults to false
2677
- :type info: bool, optional
2678
- :param member: get zipfile member
2679
- :type member: str, optional
2680
- :param view: feature flag for view/download, defaults to false
2681
- :type view: bool, optional
2682
- :param range: byte ranges to return
2683
- :type range: str, optional
2684
- :param x_accept_feature: redirect header, defaults to []
2685
- :type x_accept_feature: list[str], optional
2686
- :param dest_file: Destination file path
2687
- :type dest_file: str
2688
- :param async_: Perform the request asynchronously
2689
- :type async_: bool, optional
2690
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2471
+ :param str project_id: 24-character hex ID (required)
2472
+ :param str analysis_id: 24-char hex analysis id (required)
2473
+ :param str filename: filename to download (get tar of all if empty) (required)
2474
+ :param bool info: get file info only
2475
+ :param str member: get zipfile member
2476
+ :param bool view: feature flag for view/download
2477
+ :param str range: byte ranges to return
2478
+ :param list[str] x_accept_feature: redirect header
2479
+ :param str dest_file: Destination file path
2480
+ :param bool async_: Perform the request asynchronously
2481
+ :return: union[DownloadTicketStub,ZipfileInfo]
2691
2482
  """
2692
2483
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2693
2484
  kwargs['_return_http_data_only'] = True
@@ -2710,25 +2501,16 @@ class ProjectsApi(object):
2710
2501
  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.
2711
2502
  This method makes a synchronous HTTP request by default.
2712
2503
 
2713
- :param project_id: 24-character hex ID
2714
- :type project_id: str
2715
- :param analysis_id: 24-char hex analysis id
2716
- :type analysis_id: str
2717
- :param filename: filename to download (get tar of all if empty)
2718
- :type filename: str
2719
- :param info: get file info only, defaults to false
2720
- :type info: bool, optional
2721
- :param member: get zipfile member
2722
- :type member: str, optional
2723
- :param view: feature flag for view/download, defaults to false
2724
- :type view: bool, optional
2725
- :param range: byte ranges to return
2726
- :type range: str, optional
2727
- :param x_accept_feature: redirect header, defaults to []
2728
- :type x_accept_feature: list[str], optional
2729
- :param async_: Perform the request asynchronously
2730
- :type async_: bool, optional
2731
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2504
+ :param str project_id: 24-character hex ID (required)
2505
+ :param str analysis_id: 24-char hex analysis id (required)
2506
+ :param str filename: filename to download (get tar of all if empty) (required)
2507
+ :param bool info: get file info only
2508
+ :param str member: get zipfile member
2509
+ :param bool view: feature flag for view/download
2510
+ :param str range: byte ranges to return
2511
+ :param list[str] x_accept_feature: redirect header
2512
+ :param bool async_: Perform the request asynchronously
2513
+ :return: union[DownloadTicketStub,ZipfileInfo]
2732
2514
  """
2733
2515
 
2734
2516
  all_params = ['project_id','analysis_id','filename','info','member','view','range','x_accept_feature',] # noqa: E501
@@ -2820,27 +2602,17 @@ class ProjectsApi(object):
2820
2602
  Does not work on files whose names contain a forward slash.
2821
2603
  This method makes a synchronous HTTP request by default.
2822
2604
 
2823
- :param project_id: 24-character hex ID
2824
- :type project_id: str
2825
- :param analysis_id: 24-char hex analysis id
2826
- :type analysis_id: str
2827
- :param filename: filename to download (get tar of all if empty)
2828
- :type filename: str
2829
- :param ticket: 24-char hex ticket id
2830
- :type ticket: str, optional
2831
- :param info: get file info only, defaults to false
2832
- :type info: bool, optional
2833
- :param member: get zipfile member
2834
- :type member: str, optional
2835
- :param view: feature flag for view/download, defaults to false
2836
- :type view: bool, optional
2837
- :param range: byte ranges to return
2838
- :type range: str, optional
2839
- :param x_accept_feature: redirect header, defaults to []
2840
- :type x_accept_feature: list[str], optional
2841
- :param async_: Perform the request asynchronously
2842
- :type async_: bool, optional
2843
- :rtype: FileZipInfo
2605
+ :param str project_id: 24-character hex ID (required)
2606
+ :param str analysis_id: 24-char hex analysis id (required)
2607
+ :param str filename: filename to download (get tar of all if empty) (required)
2608
+ :param str ticket: 24-char hex ticket id
2609
+ :param bool info: get file info only
2610
+ :param str member: get zipfile member
2611
+ :param bool view: feature flag for view/download
2612
+ :param str range: byte ranges to return
2613
+ :param list[str] x_accept_feature: redirect header
2614
+ :param bool async_: Perform the request asynchronously
2615
+ :return: FileZipInfo
2844
2616
  """
2845
2617
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2846
2618
  kwargs['_return_http_data_only'] = True
@@ -2864,27 +2636,17 @@ class ProjectsApi(object):
2864
2636
  Does not work on files whose names contain a forward slash.
2865
2637
  This method makes a synchronous HTTP request by default.
2866
2638
 
2867
- :param project_id: 24-character hex ID
2868
- :type project_id: str
2869
- :param analysis_id: 24-char hex analysis id
2870
- :type analysis_id: str
2871
- :param filename: filename to download (get tar of all if empty)
2872
- :type filename: str
2873
- :param ticket: 24-char hex ticket id
2874
- :type ticket: str, optional
2875
- :param info: get file info only, defaults to false
2876
- :type info: bool, optional
2877
- :param member: get zipfile member
2878
- :type member: str, optional
2879
- :param view: feature flag for view/download, defaults to false
2880
- :type view: bool, optional
2881
- :param range: byte ranges to return
2882
- :type range: str, optional
2883
- :param x_accept_feature: redirect header, defaults to []
2884
- :type x_accept_feature: list[str], optional
2885
- :param async_: Perform the request asynchronously
2886
- :type async_: bool, optional
2887
- :rtype: FileZipInfo
2639
+ :param str project_id: 24-character hex ID (required)
2640
+ :param str analysis_id: 24-char hex analysis id (required)
2641
+ :param str filename: filename to download (get tar of all if empty) (required)
2642
+ :param str ticket: 24-char hex ticket id
2643
+ :param bool info: get file info only
2644
+ :param str member: get zipfile member
2645
+ :param bool view: feature flag for view/download
2646
+ :param str range: byte ranges to return
2647
+ :param list[str] x_accept_feature: redirect header
2648
+ :param bool async_: Perform the request asynchronously
2649
+ :return: FileZipInfo
2888
2650
  """
2889
2651
 
2890
2652
  all_params = ['project_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
@@ -2979,27 +2741,17 @@ class ProjectsApi(object):
2979
2741
 
2980
2742
  This method makes a synchronous HTTP request by default.
2981
2743
 
2982
- :param project_id: 24-character hex ID
2983
- :type project_id: str
2984
- :param analysis_id: 24-char hex analysis id
2985
- :type analysis_id: str
2986
- :param filename: filename to download (get tar of all if empty)
2987
- :type filename: str
2988
- :param ticket: 24-char hex ticket id
2989
- :type ticket: str, optional
2990
- :param info: get file info only, defaults to false
2991
- :type info: bool, optional
2992
- :param member: get zipfile member
2993
- :type member: str, optional
2994
- :param view: feature flag for view/download, defaults to false
2995
- :type view: bool, optional
2996
- :param range: byte ranges to return
2997
- :type range: str, optional
2998
- :param x_accept_feature: redirect header, defaults to []
2999
- :type x_accept_feature: list[str], optional
3000
- :param async_: Perform the request asynchronously
3001
- :type async_: bool, optional
3002
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2744
+ :param str project_id: 24-character hex ID (required)
2745
+ :param str analysis_id: 24-char hex analysis id (required)
2746
+ :param str filename: filename to download (get tar of all if empty) (required)
2747
+ :param str ticket: 24-char hex ticket id
2748
+ :param bool info: get file info only
2749
+ :param str member: get zipfile member
2750
+ :param bool view: feature flag for view/download
2751
+ :param str range: byte ranges to return
2752
+ :param list[str] x_accept_feature: redirect header
2753
+ :param bool async_: Perform the request asynchronously
2754
+ :return: union[DownloadTicketStub,ZipfileInfo]
3003
2755
  """
3004
2756
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3005
2757
  kwargs['_return_http_data_only'] = True
@@ -3022,27 +2774,17 @@ class ProjectsApi(object):
3022
2774
 
3023
2775
  This method makes a synchronous HTTP request by default.
3024
2776
 
3025
- :param project_id: 24-character hex ID
3026
- :type project_id: str
3027
- :param analysis_id: 24-char hex analysis id
3028
- :type analysis_id: str
3029
- :param filename: filename to download (get tar of all if empty)
3030
- :type filename: str
3031
- :param ticket: 24-char hex ticket id
3032
- :type ticket: str, optional
3033
- :param info: get file info only, defaults to false
3034
- :type info: bool, optional
3035
- :param member: get zipfile member
3036
- :type member: str, optional
3037
- :param view: feature flag for view/download, defaults to false
3038
- :type view: bool, optional
3039
- :param range: byte ranges to return
3040
- :type range: str, optional
3041
- :param x_accept_feature: redirect header, defaults to []
3042
- :type x_accept_feature: list[str], optional
3043
- :param async_: Perform the request asynchronously
3044
- :type async_: bool, optional
3045
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2777
+ :param str project_id: 24-character hex ID (required)
2778
+ :param str analysis_id: 24-char hex analysis id (required)
2779
+ :param str filename: filename to download (get tar of all if empty) (required)
2780
+ :param str ticket: 24-char hex ticket id
2781
+ :param bool info: get file info only
2782
+ :param str member: get zipfile member
2783
+ :param bool view: feature flag for view/download
2784
+ :param str range: byte ranges to return
2785
+ :param list[str] x_accept_feature: redirect header
2786
+ :param bool async_: Perform the request asynchronously
2787
+ :return: union[DownloadTicketStub,ZipfileInfo]
3046
2788
  """
3047
2789
 
3048
2790
  all_params = ['project_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
@@ -3136,27 +2878,17 @@ class ProjectsApi(object):
3136
2878
  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.
3137
2879
  This method makes a synchronous HTTP request by default.
3138
2880
 
3139
- :param project_id: 24-character hex ID
3140
- :type project_id: str
3141
- :param analysis_id: 24-char hex analysis id
3142
- :type analysis_id: str
3143
- :param filename: filename to download (get tar of all if empty)
3144
- :type filename: str
3145
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
3146
- :type info: bool, optional
3147
- :param member: The filename of a zipfile member to download rather than the entire file
3148
- :type member: str, optional
3149
- :param view: feature flag for view/download, defaults to false
3150
- :type view: bool, optional
3151
- :param range: byte ranges to return
3152
- :type range: str, optional
3153
- :param x_accept_feature: redirect header, defaults to []
3154
- :type x_accept_feature: list[str], optional
3155
- :param dest_file: Destination file path
3156
- :type dest_file: str
3157
- :param async_: Perform the request asynchronously
3158
- :type async_: bool, optional
3159
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2881
+ :param str project_id: 24-character hex ID (required)
2882
+ :param str analysis_id: 24-char hex analysis id (required)
2883
+ :param str filename: filename to download (get tar of all if empty) (required)
2884
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2885
+ :param str member: The filename of a zipfile member to download rather than the entire file
2886
+ :param bool view: feature flag for view/download
2887
+ :param str range: byte ranges to return
2888
+ :param list[str] x_accept_feature: redirect header
2889
+ :param str dest_file: Destination file path
2890
+ :param bool async_: Perform the request asynchronously
2891
+ :return: union[DownloadTicketStub,ZipfileInfo]
3160
2892
  """
3161
2893
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3162
2894
  kwargs['_return_http_data_only'] = True
@@ -3179,25 +2911,16 @@ class ProjectsApi(object):
3179
2911
  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.
3180
2912
  This method makes a synchronous HTTP request by default.
3181
2913
 
3182
- :param project_id: 24-character hex ID
3183
- :type project_id: str
3184
- :param analysis_id: 24-char hex analysis id
3185
- :type analysis_id: str
3186
- :param filename: filename to download (get tar of all if empty)
3187
- :type filename: str
3188
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
3189
- :type info: bool, optional
3190
- :param member: The filename of a zipfile member to download rather than the entire file
3191
- :type member: str, optional
3192
- :param view: feature flag for view/download, defaults to false
3193
- :type view: bool, optional
3194
- :param range: byte ranges to return
3195
- :type range: str, optional
3196
- :param x_accept_feature: redirect header, defaults to []
3197
- :type x_accept_feature: list[str], optional
3198
- :param async_: Perform the request asynchronously
3199
- :type async_: bool, optional
3200
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2914
+ :param str project_id: 24-character hex ID (required)
2915
+ :param str analysis_id: 24-char hex analysis id (required)
2916
+ :param str filename: filename to download (get tar of all if empty) (required)
2917
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2918
+ :param str member: The filename of a zipfile member to download rather than the entire file
2919
+ :param bool view: feature flag for view/download
2920
+ :param str range: byte ranges to return
2921
+ :param list[str] x_accept_feature: redirect header
2922
+ :param bool async_: Perform the request asynchronously
2923
+ :return: union[DownloadTicketStub,ZipfileInfo]
3201
2924
  """
3202
2925
 
3203
2926
  all_params = ['project_id','analysis_id','filename','info','member','view','range','x_accept_feature',] # noqa: E501
@@ -3289,27 +3012,17 @@ class ProjectsApi(object):
3289
3012
  Does not work on files whose names contain a forward slash.
3290
3013
  This method makes a synchronous HTTP request by default.
3291
3014
 
3292
- :param project_id: 24-character hex ID
3293
- :type project_id: str
3294
- :param analysis_id: 24-char hex analysis id
3295
- :type analysis_id: str
3296
- :param filename: filename to download (get tar of all if empty)
3297
- :type filename: str
3298
- :param ticket: ticket id of the outputs to download
3299
- :type ticket: str, optional
3300
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
3301
- :type info: bool, optional
3302
- :param member: The filename of a zipfile member to download rather than the entire file
3303
- :type member: str, optional
3304
- :param view: feature flag for view/download, defaults to false
3305
- :type view: bool, optional
3306
- :param range: byte ranges to return
3307
- :type range: str, optional
3308
- :param x_accept_feature: redirect header, defaults to []
3309
- :type x_accept_feature: list[str], optional
3310
- :param async_: Perform the request asynchronously
3311
- :type async_: bool, optional
3312
- :rtype: FileZipInfo
3015
+ :param str project_id: 24-character hex ID (required)
3016
+ :param str analysis_id: 24-char hex analysis id (required)
3017
+ :param str filename: filename to download (get tar of all if empty) (required)
3018
+ :param str ticket: ticket id of the outputs to download
3019
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
3020
+ :param str member: The filename of a zipfile member to download rather than the entire file
3021
+ :param bool view: feature flag for view/download
3022
+ :param str range: byte ranges to return
3023
+ :param list[str] x_accept_feature: redirect header
3024
+ :param bool async_: Perform the request asynchronously
3025
+ :return: FileZipInfo
3313
3026
  """
3314
3027
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3315
3028
  kwargs['_return_http_data_only'] = True
@@ -3333,27 +3046,17 @@ class ProjectsApi(object):
3333
3046
  Does not work on files whose names contain a forward slash.
3334
3047
  This method makes a synchronous HTTP request by default.
3335
3048
 
3336
- :param project_id: 24-character hex ID
3337
- :type project_id: str
3338
- :param analysis_id: 24-char hex analysis id
3339
- :type analysis_id: str
3340
- :param filename: filename to download (get tar of all if empty)
3341
- :type filename: str
3342
- :param ticket: ticket id of the outputs to download
3343
- :type ticket: str, optional
3344
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
3345
- :type info: bool, optional
3346
- :param member: The filename of a zipfile member to download rather than the entire file
3347
- :type member: str, optional
3348
- :param view: feature flag for view/download, defaults to false
3349
- :type view: bool, optional
3350
- :param range: byte ranges to return
3351
- :type range: str, optional
3352
- :param x_accept_feature: redirect header, defaults to []
3353
- :type x_accept_feature: list[str], optional
3354
- :param async_: Perform the request asynchronously
3355
- :type async_: bool, optional
3356
- :rtype: FileZipInfo
3049
+ :param str project_id: 24-character hex ID (required)
3050
+ :param str analysis_id: 24-char hex analysis id (required)
3051
+ :param str filename: filename to download (get tar of all if empty) (required)
3052
+ :param str ticket: ticket id of the outputs to download
3053
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
3054
+ :param str member: The filename of a zipfile member to download rather than the entire file
3055
+ :param bool view: feature flag for view/download
3056
+ :param str range: byte ranges to return
3057
+ :param list[str] x_accept_feature: redirect header
3058
+ :param bool async_: Perform the request asynchronously
3059
+ :return: FileZipInfo
3357
3060
  """
3358
3061
 
3359
3062
  all_params = ['project_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
@@ -3448,27 +3151,17 @@ class ProjectsApi(object):
3448
3151
 
3449
3152
  This method makes a synchronous HTTP request by default.
3450
3153
 
3451
- :param project_id: 24-character hex ID
3452
- :type project_id: str
3453
- :param analysis_id: 24-char hex analysis id
3454
- :type analysis_id: str
3455
- :param filename: filename to download (get tar of all if empty)
3456
- :type filename: str
3457
- :param ticket: ticket id of the outputs to download
3458
- :type ticket: str, optional
3459
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
3460
- :type info: bool, optional
3461
- :param member: The filename of a zipfile member to download rather than the entire file
3462
- :type member: str, optional
3463
- :param view: feature flag for view/download, defaults to false
3464
- :type view: bool, optional
3465
- :param range: byte ranges to return
3466
- :type range: str, optional
3467
- :param x_accept_feature: redirect header, defaults to []
3468
- :type x_accept_feature: list[str], optional
3469
- :param async_: Perform the request asynchronously
3470
- :type async_: bool, optional
3471
- :rtype: union[DownloadTicketStub,ZipfileInfo]
3154
+ :param str project_id: 24-character hex ID (required)
3155
+ :param str analysis_id: 24-char hex analysis id (required)
3156
+ :param str filename: filename to download (get tar of all if empty) (required)
3157
+ :param str ticket: ticket id of the outputs to download
3158
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
3159
+ :param str member: The filename of a zipfile member to download rather than the entire file
3160
+ :param bool view: feature flag for view/download
3161
+ :param str range: byte ranges to return
3162
+ :param list[str] x_accept_feature: redirect header
3163
+ :param bool async_: Perform the request asynchronously
3164
+ :return: union[DownloadTicketStub,ZipfileInfo]
3472
3165
  """
3473
3166
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3474
3167
  kwargs['_return_http_data_only'] = True
@@ -3491,27 +3184,17 @@ class ProjectsApi(object):
3491
3184
 
3492
3185
  This method makes a synchronous HTTP request by default.
3493
3186
 
3494
- :param project_id: 24-character hex ID
3495
- :type project_id: str
3496
- :param analysis_id: 24-char hex analysis id
3497
- :type analysis_id: str
3498
- :param filename: filename to download (get tar of all if empty)
3499
- :type filename: str
3500
- :param ticket: ticket id of the outputs to download
3501
- :type ticket: str, optional
3502
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
3503
- :type info: bool, optional
3504
- :param member: The filename of a zipfile member to download rather than the entire file
3505
- :type member: str, optional
3506
- :param view: feature flag for view/download, defaults to false
3507
- :type view: bool, optional
3508
- :param range: byte ranges to return
3509
- :type range: str, optional
3510
- :param x_accept_feature: redirect header, defaults to []
3511
- :type x_accept_feature: list[str], optional
3512
- :param async_: Perform the request asynchronously
3513
- :type async_: bool, optional
3514
- :rtype: union[DownloadTicketStub,ZipfileInfo]
3187
+ :param str project_id: 24-character hex ID (required)
3188
+ :param str analysis_id: 24-char hex analysis id (required)
3189
+ :param str filename: filename to download (get tar of all if empty) (required)
3190
+ :param str ticket: ticket id of the outputs to download
3191
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
3192
+ :param str member: The filename of a zipfile member to download rather than the entire file
3193
+ :param bool view: feature flag for view/download
3194
+ :param str range: byte ranges to return
3195
+ :param list[str] x_accept_feature: redirect header
3196
+ :param bool async_: Perform the request asynchronously
3197
+ :return: union[DownloadTicketStub,ZipfileInfo]
3515
3198
  """
3516
3199
 
3517
3200
  all_params = ['project_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
@@ -3604,17 +3287,12 @@ class ProjectsApi(object):
3604
3287
 
3605
3288
  This method makes a synchronous HTTP request by default.
3606
3289
 
3607
- :param token:
3608
- :type token: str
3609
- :param metadata: Metadata object as a JSON-encoded string
3610
- :type metadata: str
3611
- :param file_count: Number of files uploaded into this packfile.
3612
- :type file_count: int
3613
- :param project_id:
3614
- :type project_id: str
3615
- :param async_: Perform the request asynchronously
3616
- :type async_: bool, optional
3617
- :rtype: None
3290
+ :param str token: (required)
3291
+ :param str metadata: Metadata object as a JSON-encoded string (required)
3292
+ :param int file_count: Number of files uploaded into this packfile. (required)
3293
+ :param str project_id: (required)
3294
+ :param bool async_: Perform the request asynchronously
3295
+ :return: None
3618
3296
  """
3619
3297
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3620
3298
  kwargs['_return_http_data_only'] = True
@@ -3637,17 +3315,12 @@ class ProjectsApi(object):
3637
3315
 
3638
3316
  This method makes a synchronous HTTP request by default.
3639
3317
 
3640
- :param token:
3641
- :type token: str
3642
- :param metadata: Metadata object as a JSON-encoded string
3643
- :type metadata: str
3644
- :param file_count: Number of files uploaded into this packfile.
3645
- :type file_count: int
3646
- :param project_id:
3647
- :type project_id: str
3648
- :param async_: Perform the request asynchronously
3649
- :type async_: bool, optional
3650
- :rtype: None
3318
+ :param str token: (required)
3319
+ :param str metadata: Metadata object as a JSON-encoded string (required)
3320
+ :param int file_count: Number of files uploaded into this packfile. (required)
3321
+ :param str project_id: (required)
3322
+ :param bool async_: Perform the request asynchronously
3323
+ :return: None
3651
3324
  """
3652
3325
 
3653
3326
  all_params = ['token','metadata','file_count','project_id',] # noqa: E501
@@ -3733,35 +3406,21 @@ class ProjectsApi(object):
3733
3406
 
3734
3407
  This method makes a synchronous HTTP request by default.
3735
3408
 
3736
- :param counts: Append the count of subjects in each project, defaults to false
3737
- :type counts: bool, optional
3738
- :param stats: Return the status of subjects and sessions in each project, defaults to false
3739
- :type stats: bool, optional
3740
- :param join_avatars: Return the joined avatars of the permissions, defaults to false
3741
- :type join_avatars: bool, optional
3742
- :param join:
3743
- :type join: JoinType, optional
3744
- :param exhaustive: Set to return a complete list regardless of permissions, defaults to false
3745
- :type exhaustive: bool, optional
3746
- :param include_all_info: Include all info in returned objects, defaults to false
3747
- :type include_all_info: bool, optional
3748
- :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)
3749
- :type filter: str, optional
3750
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
3751
- :type sort: str, optional
3752
- :param limit: The maximum number of entries to return.
3753
- :type limit: int, optional
3754
- :param skip: The number of entries to skip., defaults to 0
3755
- :type skip: int, optional
3756
- :param page: The page number (i.e. skip limit*page entries)
3757
- :type page: int, optional
3758
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3759
- :type after_id: str, optional
3760
- :param x_accept_feature:, defaults to []
3761
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
3762
- :param async_: Perform the request asynchronously
3763
- :type async_: bool, optional
3764
- :rtype: union[list[ProjectListOutput],Page]
3409
+ :param bool counts: Append the count of subjects in each project
3410
+ :param bool stats: Return the status of subjects and sessions in each project
3411
+ :param bool join_avatars: Return the joined avatars of the permissions
3412
+ :param JoinType join:
3413
+ :param bool exhaustive: Set to return a complete list regardless of permissions
3414
+ :param bool include_all_info: Include all info in returned objects
3415
+ :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)
3416
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
3417
+ :param int limit: The maximum number of entries to return.
3418
+ :param int skip: The number of entries to skip.
3419
+ :param int page: The page number (i.e. skip limit*page entries)
3420
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3421
+ :param list[union[HeaderFeature,str]] x_accept_feature:
3422
+ :param bool async_: Perform the request asynchronously
3423
+ :return: union[list[ProjectListOutput],Page]
3765
3424
  """
3766
3425
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3767
3426
  kwargs['_return_http_data_only'] = True
@@ -3784,35 +3443,21 @@ class ProjectsApi(object):
3784
3443
 
3785
3444
  This method makes a synchronous HTTP request by default.
3786
3445
 
3787
- :param counts: Append the count of subjects in each project, defaults to false
3788
- :type counts: bool, optional
3789
- :param stats: Return the status of subjects and sessions in each project, defaults to false
3790
- :type stats: bool, optional
3791
- :param join_avatars: Return the joined avatars of the permissions, defaults to false
3792
- :type join_avatars: bool, optional
3793
- :param join:
3794
- :type join: JoinType, optional
3795
- :param exhaustive: Set to return a complete list regardless of permissions, defaults to false
3796
- :type exhaustive: bool, optional
3797
- :param include_all_info: Include all info in returned objects, defaults to false
3798
- :type include_all_info: bool, optional
3799
- :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)
3800
- :type filter: str, optional
3801
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
3802
- :type sort: str, optional
3803
- :param limit: The maximum number of entries to return.
3804
- :type limit: int, optional
3805
- :param skip: The number of entries to skip., defaults to 0
3806
- :type skip: int, optional
3807
- :param page: The page number (i.e. skip limit*page entries)
3808
- :type page: int, optional
3809
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3810
- :type after_id: str, optional
3811
- :param x_accept_feature:, defaults to []
3812
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
3813
- :param async_: Perform the request asynchronously
3814
- :type async_: bool, optional
3815
- :rtype: union[list[ProjectListOutput],Page]
3446
+ :param bool counts: Append the count of subjects in each project
3447
+ :param bool stats: Return the status of subjects and sessions in each project
3448
+ :param bool join_avatars: Return the joined avatars of the permissions
3449
+ :param JoinType join:
3450
+ :param bool exhaustive: Set to return a complete list regardless of permissions
3451
+ :param bool include_all_info: Include all info in returned objects
3452
+ :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)
3453
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
3454
+ :param int limit: The maximum number of entries to return.
3455
+ :param int skip: The number of entries to skip.
3456
+ :param int page: The page number (i.e. skip limit*page entries)
3457
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3458
+ :param list[union[HeaderFeature,str]] x_accept_feature:
3459
+ :param bool async_: Perform the request asynchronously
3460
+ :return: union[list[ProjectListOutput],Page]
3816
3461
  """
3817
3462
 
3818
3463
  all_params = ['counts','stats','join_avatars','join','exhaustive','include_all_info','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
@@ -3901,25 +3546,16 @@ class ProjectsApi(object):
3901
3546
 
3902
3547
  This method makes a synchronous HTTP request by default.
3903
3548
 
3904
- :param exhaustive: returns exhaustive list if correct permissions, defaults to false
3905
- :type exhaustive: bool, optional
3906
- :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)
3907
- :type filter: str, optional
3908
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
3909
- :type sort: str, optional
3910
- :param limit: The maximum number of entries to return.
3911
- :type limit: int, optional
3912
- :param skip: The number of entries to skip., defaults to 0
3913
- :type skip: int, optional
3914
- :param page: The page number (i.e. skip limit*page entries)
3915
- :type page: int, optional
3916
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3917
- :type after_id: str, optional
3918
- :param x_accept_feature:, defaults to []
3919
- :type x_accept_feature: list[str], optional
3920
- :param async_: Perform the request asynchronously
3921
- :type async_: bool, optional
3922
- :rtype: list[GroupOutput]
3549
+ :param bool exhaustive: returns exhaustive list if correct permissions
3550
+ :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)
3551
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
3552
+ :param int limit: The maximum number of entries to return.
3553
+ :param int skip: The number of entries to skip.
3554
+ :param int page: The page number (i.e. skip limit*page entries)
3555
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3556
+ :param list[str] x_accept_feature:
3557
+ :param bool async_: Perform the request asynchronously
3558
+ :return: list[GroupOutput]
3923
3559
  """
3924
3560
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3925
3561
  kwargs['_return_http_data_only'] = True
@@ -3942,25 +3578,16 @@ class ProjectsApi(object):
3942
3578
 
3943
3579
  This method makes a synchronous HTTP request by default.
3944
3580
 
3945
- :param exhaustive: returns exhaustive list if correct permissions, defaults to false
3946
- :type exhaustive: bool, optional
3947
- :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)
3948
- :type filter: str, optional
3949
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
3950
- :type sort: str, optional
3951
- :param limit: The maximum number of entries to return.
3952
- :type limit: int, optional
3953
- :param skip: The number of entries to skip., defaults to 0
3954
- :type skip: int, optional
3955
- :param page: The page number (i.e. skip limit*page entries)
3956
- :type page: int, optional
3957
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3958
- :type after_id: str, optional
3959
- :param x_accept_feature:, defaults to []
3960
- :type x_accept_feature: list[str], optional
3961
- :param async_: Perform the request asynchronously
3962
- :type async_: bool, optional
3963
- :rtype: list[GroupOutput]
3581
+ :param bool exhaustive: returns exhaustive list if correct permissions
3582
+ :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)
3583
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
3584
+ :param int limit: The maximum number of entries to return.
3585
+ :param int skip: The number of entries to skip.
3586
+ :param int page: The page number (i.e. skip limit*page entries)
3587
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3588
+ :param list[str] x_accept_feature:
3589
+ :param bool async_: Perform the request asynchronously
3590
+ :return: list[GroupOutput]
3964
3591
  """
3965
3592
 
3966
3593
  all_params = ['exhaustive','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
@@ -4039,9 +3666,8 @@ class ProjectsApi(object):
4039
3666
 
4040
3667
  This method makes a synchronous HTTP request by default.
4041
3668
 
4042
- :param async_: Perform the request asynchronously
4043
- :type async_: bool, optional
4044
- :rtype: SharingFilterOptions
3669
+ :param bool async_: Perform the request asynchronously
3670
+ :return: SharingFilterOptions
4045
3671
  """
4046
3672
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4047
3673
  kwargs['_return_http_data_only'] = True
@@ -4064,9 +3690,8 @@ class ProjectsApi(object):
4064
3690
 
4065
3691
  This method makes a synchronous HTTP request by default.
4066
3692
 
4067
- :param async_: Perform the request asynchronously
4068
- :type async_: bool, optional
4069
- :rtype: SharingFilterOptions
3693
+ :param bool async_: Perform the request asynchronously
3694
+ :return: SharingFilterOptions
4070
3695
  """
4071
3696
 
4072
3697
  all_params = [] # noqa: E501
@@ -4128,17 +3753,12 @@ class ProjectsApi(object):
4128
3753
 
4129
3754
  This method makes a synchronous HTTP request by default.
4130
3755
 
4131
- :param project_id:
4132
- :type project_id: str
4133
- :param join:
4134
- :type join: JoinType, optional
4135
- :param join_avatars: add name and avatar to notes, defaults to false
4136
- :type join_avatars: bool, optional
4137
- :param x_accept_feature:, defaults to []
4138
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
4139
- :param async_: Perform the request asynchronously
4140
- :type async_: bool, optional
4141
- :rtype: ProjectOutput
3756
+ :param str project_id: (required)
3757
+ :param JoinType join:
3758
+ :param bool join_avatars: add name and avatar to notes
3759
+ :param list[union[HeaderFeature,str]] x_accept_feature:
3760
+ :param bool async_: Perform the request asynchronously
3761
+ :return: ProjectOutput
4142
3762
  """
4143
3763
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4144
3764
  kwargs['_return_http_data_only'] = True
@@ -4161,17 +3781,12 @@ class ProjectsApi(object):
4161
3781
 
4162
3782
  This method makes a synchronous HTTP request by default.
4163
3783
 
4164
- :param project_id:
4165
- :type project_id: str
4166
- :param join:
4167
- :type join: JoinType, optional
4168
- :param join_avatars: add name and avatar to notes, defaults to false
4169
- :type join_avatars: bool, optional
4170
- :param x_accept_feature:, defaults to []
4171
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
4172
- :param async_: Perform the request asynchronously
4173
- :type async_: bool, optional
4174
- :rtype: ProjectOutput
3784
+ :param str project_id: (required)
3785
+ :param JoinType join:
3786
+ :param bool join_avatars: add name and avatar to notes
3787
+ :param list[union[HeaderFeature,str]] x_accept_feature:
3788
+ :param bool async_: Perform the request asynchronously
3789
+ :return: ProjectOutput
4175
3790
  """
4176
3791
 
4177
3792
  all_params = ['project_id','join','join_avatars','x_accept_feature',] # noqa: E501
@@ -4246,33 +3861,20 @@ class ProjectsApi(object):
4246
3861
 
4247
3862
  This method makes a synchronous HTTP request by default.
4248
3863
 
4249
- :param project_id:
4250
- :type project_id: str
4251
- :param collection_id:
4252
- :type collection_id: str, optional
4253
- :param exhaustive:, defaults to false
4254
- :type exhaustive: bool, optional
4255
- :param join:
4256
- :type join: JoinType, optional
4257
- :param include_all_info: Include all info in returned objects, defaults to false
4258
- :type include_all_info: bool, optional
4259
- :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)
4260
- :type filter: str, optional
4261
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
4262
- :type sort: str, optional
4263
- :param limit: The maximum number of entries to return.
4264
- :type limit: int, optional
4265
- :param skip: The number of entries to skip., defaults to 0
4266
- :type skip: int, optional
4267
- :param page: The page number (i.e. skip limit*page entries)
4268
- :type page: int, optional
4269
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
4270
- :type after_id: str, optional
4271
- :param x_accept_feature:, defaults to []
4272
- :type x_accept_feature: list[str], optional
4273
- :param async_: Perform the request asynchronously
4274
- :type async_: bool, optional
4275
- :rtype: union[list[AcquisitionListOutput],Page]
3864
+ :param str project_id: (required)
3865
+ :param str collection_id:
3866
+ :param bool exhaustive:
3867
+ :param JoinType join:
3868
+ :param bool include_all_info: Include all info in returned objects
3869
+ :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)
3870
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
3871
+ :param int limit: The maximum number of entries to return.
3872
+ :param int skip: The number of entries to skip.
3873
+ :param int page: The page number (i.e. skip limit*page entries)
3874
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3875
+ :param list[str] x_accept_feature:
3876
+ :param bool async_: Perform the request asynchronously
3877
+ :return: union[list[AcquisitionListOutput],Page]
4276
3878
  """
4277
3879
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4278
3880
  kwargs['_return_http_data_only'] = True
@@ -4295,33 +3897,20 @@ class ProjectsApi(object):
4295
3897
 
4296
3898
  This method makes a synchronous HTTP request by default.
4297
3899
 
4298
- :param project_id:
4299
- :type project_id: str
4300
- :param collection_id:
4301
- :type collection_id: str, optional
4302
- :param exhaustive:, defaults to false
4303
- :type exhaustive: bool, optional
4304
- :param join:
4305
- :type join: JoinType, optional
4306
- :param include_all_info: Include all info in returned objects, defaults to false
4307
- :type include_all_info: bool, optional
4308
- :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)
4309
- :type filter: str, optional
4310
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
4311
- :type sort: str, optional
4312
- :param limit: The maximum number of entries to return.
4313
- :type limit: int, optional
4314
- :param skip: The number of entries to skip., defaults to 0
4315
- :type skip: int, optional
4316
- :param page: The page number (i.e. skip limit*page entries)
4317
- :type page: int, optional
4318
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
4319
- :type after_id: str, optional
4320
- :param x_accept_feature:, defaults to []
4321
- :type x_accept_feature: list[str], optional
4322
- :param async_: Perform the request asynchronously
4323
- :type async_: bool, optional
4324
- :rtype: union[list[AcquisitionListOutput],Page]
3900
+ :param str project_id: (required)
3901
+ :param str collection_id:
3902
+ :param bool exhaustive:
3903
+ :param JoinType join:
3904
+ :param bool include_all_info: Include all info in returned objects
3905
+ :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)
3906
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
3907
+ :param int limit: The maximum number of entries to return.
3908
+ :param int skip: The number of entries to skip.
3909
+ :param int page: The page number (i.e. skip limit*page entries)
3910
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3911
+ :param list[str] x_accept_feature:
3912
+ :param bool async_: Perform the request asynchronously
3913
+ :return: union[list[AcquisitionListOutput],Page]
4325
3914
  """
4326
3915
 
4327
3916
  all_params = ['project_id','collection_id','exhaustive','join','include_all_info','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
@@ -4413,33 +4002,20 @@ class ProjectsApi(object):
4413
4002
  Returns analyses that directly belong to this resource.
4414
4003
  This method makes a synchronous HTTP request by default.
4415
4004
 
4416
- :param cid:
4417
- :type cid: str
4418
- :param inflate_job:, defaults to false
4419
- :type inflate_job: bool, optional
4420
- :param join_avatars:, defaults to false
4421
- :type join_avatars: bool, optional
4422
- :param join:
4423
- :type join: JoinType, optional
4424
- :param include_all_info: Include all info in returned objects, defaults to false
4425
- :type include_all_info: bool, optional
4426
- :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)
4427
- :type filter: str, optional
4428
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
4429
- :type sort: str, optional
4430
- :param limit: The maximum number of entries to return.
4431
- :type limit: int, optional
4432
- :param skip: The number of entries to skip., defaults to 0
4433
- :type skip: int, optional
4434
- :param page: The page number (i.e. skip limit*page entries)
4435
- :type page: int, optional
4436
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
4437
- :type after_id: str, optional
4438
- :param x_accept_feature:, defaults to []
4439
- :type x_accept_feature: list[str], optional
4440
- :param async_: Perform the request asynchronously
4441
- :type async_: bool, optional
4442
- :rtype: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
4005
+ :param str cid: (required)
4006
+ :param bool inflate_job:
4007
+ :param bool join_avatars:
4008
+ :param JoinType join:
4009
+ :param bool include_all_info: Include all info in returned objects
4010
+ :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)
4011
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
4012
+ :param int limit: The maximum number of entries to return.
4013
+ :param int skip: The number of entries to skip.
4014
+ :param int page: The page number (i.e. skip limit*page entries)
4015
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
4016
+ :param list[str] x_accept_feature:
4017
+ :param bool async_: Perform the request asynchronously
4018
+ :return: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
4443
4019
  """
4444
4020
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4445
4021
  kwargs['_return_http_data_only'] = True
@@ -4463,33 +4039,20 @@ class ProjectsApi(object):
4463
4039
  Returns analyses that directly belong to this resource.
4464
4040
  This method makes a synchronous HTTP request by default.
4465
4041
 
4466
- :param cid:
4467
- :type cid: str
4468
- :param inflate_job:, defaults to false
4469
- :type inflate_job: bool, optional
4470
- :param join_avatars:, defaults to false
4471
- :type join_avatars: bool, optional
4472
- :param join:
4473
- :type join: JoinType, optional
4474
- :param include_all_info: Include all info in returned objects, defaults to false
4475
- :type include_all_info: bool, optional
4476
- :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)
4477
- :type filter: str, optional
4478
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
4479
- :type sort: str, optional
4480
- :param limit: The maximum number of entries to return.
4481
- :type limit: int, optional
4482
- :param skip: The number of entries to skip., defaults to 0
4483
- :type skip: int, optional
4484
- :param page: The page number (i.e. skip limit*page entries)
4485
- :type page: int, optional
4486
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
4487
- :type after_id: str, optional
4488
- :param x_accept_feature:, defaults to []
4489
- :type x_accept_feature: list[str], optional
4490
- :param async_: Perform the request asynchronously
4491
- :type async_: bool, optional
4492
- :rtype: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
4042
+ :param str cid: (required)
4043
+ :param bool inflate_job:
4044
+ :param bool join_avatars:
4045
+ :param JoinType join:
4046
+ :param bool include_all_info: Include all info in returned objects
4047
+ :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)
4048
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
4049
+ :param int limit: The maximum number of entries to return.
4050
+ :param int skip: The number of entries to skip.
4051
+ :param int page: The page number (i.e. skip limit*page entries)
4052
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
4053
+ :param list[str] x_accept_feature:
4054
+ :param bool async_: Perform the request asynchronously
4055
+ :return: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
4493
4056
  """
4494
4057
 
4495
4058
  all_params = ['cid','inflate_job','join_avatars','join','include_all_info','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
@@ -4581,19 +4144,13 @@ class ProjectsApi(object):
4581
4144
  Get an analysis.
4582
4145
  This method makes a synchronous HTTP request by default.
4583
4146
 
4584
- :param cid:
4585
- :type cid: str
4586
- :param analysis_id:
4587
- :type analysis_id: str
4588
- :param inflate_job: Return job as an object instead of an id, defaults to false
4589
- :type inflate_job: bool, optional
4590
- :param join_avatars:, defaults to false
4591
- :type join_avatars: bool, optional
4592
- :param join:
4593
- :type join: JoinType, optional
4594
- :param async_: Perform the request asynchronously
4595
- :type async_: bool, optional
4596
- :rtype: union[AnalysisOutputInflatedJob,AnalysisOutput]
4147
+ :param str cid: (required)
4148
+ :param str analysis_id: (required)
4149
+ :param bool inflate_job: Return job as an object instead of an id
4150
+ :param bool join_avatars:
4151
+ :param JoinType join:
4152
+ :param bool async_: Perform the request asynchronously
4153
+ :return: union[AnalysisOutputInflatedJob,AnalysisOutput]
4597
4154
  """
4598
4155
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4599
4156
  kwargs['_return_http_data_only'] = True
@@ -4617,19 +4174,13 @@ class ProjectsApi(object):
4617
4174
  Get an analysis.
4618
4175
  This method makes a synchronous HTTP request by default.
4619
4176
 
4620
- :param cid:
4621
- :type cid: str
4622
- :param analysis_id:
4623
- :type analysis_id: str
4624
- :param inflate_job: Return job as an object instead of an id, defaults to false
4625
- :type inflate_job: bool, optional
4626
- :param join_avatars:, defaults to false
4627
- :type join_avatars: bool, optional
4628
- :param join:
4629
- :type join: JoinType, optional
4630
- :param async_: Perform the request asynchronously
4631
- :type async_: bool, optional
4632
- :rtype: union[AnalysisOutputInflatedJob,AnalysisOutput]
4177
+ :param str cid: (required)
4178
+ :param str analysis_id: (required)
4179
+ :param bool inflate_job: Return job as an object instead of an id
4180
+ :param bool join_avatars:
4181
+ :param JoinType join:
4182
+ :param bool async_: Perform the request asynchronously
4183
+ :return: union[AnalysisOutputInflatedJob,AnalysisOutput]
4633
4184
  """
4634
4185
 
4635
4186
  all_params = ['cid','analysis_id','inflate_job','join_avatars','join',] # noqa: E501
@@ -4710,11 +4261,9 @@ class ProjectsApi(object):
4710
4261
  Get the status of a project deletion running in the background. Returns the current deletion status and any failure reason if the deletion failed.
4711
4262
  This method makes a synchronous HTTP request by default.
4712
4263
 
4713
- :param project_id:
4714
- :type project_id: str
4715
- :param async_: Perform the request asynchronously
4716
- :type async_: bool, optional
4717
- :rtype: ProjectDeleteStatusOutput
4264
+ :param str project_id: (required)
4265
+ :param bool async_: Perform the request asynchronously
4266
+ :return: ProjectDeleteStatusOutput
4718
4267
  """
4719
4268
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4720
4269
  kwargs['_return_http_data_only'] = True
@@ -4738,11 +4287,9 @@ class ProjectsApi(object):
4738
4287
  Get the status of a project deletion running in the background. Returns the current deletion status and any failure reason if the deletion failed.
4739
4288
  This method makes a synchronous HTTP request by default.
4740
4289
 
4741
- :param project_id:
4742
- :type project_id: str
4743
- :param async_: Perform the request asynchronously
4744
- :type async_: bool, optional
4745
- :rtype: ProjectDeleteStatusOutput
4290
+ :param str project_id: (required)
4291
+ :param bool async_: Perform the request asynchronously
4292
+ :return: ProjectDeleteStatusOutput
4746
4293
  """
4747
4294
 
4748
4295
  all_params = ['project_id',] # noqa: E501
@@ -4811,13 +4358,10 @@ class ProjectsApi(object):
4811
4358
  Get info for a particular file.
4812
4359
  This method makes a synchronous HTTP request by default.
4813
4360
 
4814
- :param cid: Container Id
4815
- :type cid: str
4816
- :param filename:
4817
- :type filename: str
4818
- :param async_: Perform the request asynchronously
4819
- :type async_: bool, optional
4820
- :rtype: FileOutput
4361
+ :param str cid: Container Id (required)
4362
+ :param str filename: (required)
4363
+ :param bool async_: Perform the request asynchronously
4364
+ :return: FileOutput
4821
4365
  """
4822
4366
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4823
4367
  kwargs['_return_http_data_only'] = True
@@ -4841,13 +4385,10 @@ class ProjectsApi(object):
4841
4385
  Get info for a particular file.
4842
4386
  This method makes a synchronous HTTP request by default.
4843
4387
 
4844
- :param cid: Container Id
4845
- :type cid: str
4846
- :param filename:
4847
- :type filename: str
4848
- :param async_: Perform the request asynchronously
4849
- :type async_: bool, optional
4850
- :rtype: FileOutput
4388
+ :param str cid: Container Id (required)
4389
+ :param str filename: (required)
4390
+ :param bool async_: Perform the request asynchronously
4391
+ :return: FileOutput
4851
4392
  """
4852
4393
 
4853
4394
  all_params = ['cid','filename',] # noqa: E501
@@ -4922,13 +4463,10 @@ class ProjectsApi(object):
4922
4463
  Get a note of a(n) project
4923
4464
  This method makes a synchronous HTTP request by default.
4924
4465
 
4925
- :param cid:
4926
- :type cid: str
4927
- :param note_id:
4928
- :type note_id: str
4929
- :param async_: Perform the request asynchronously
4930
- :type async_: bool, optional
4931
- :rtype: Note
4466
+ :param str cid: (required)
4467
+ :param str note_id: (required)
4468
+ :param bool async_: Perform the request asynchronously
4469
+ :return: Note
4932
4470
  """
4933
4471
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4934
4472
  kwargs['_return_http_data_only'] = True
@@ -4952,13 +4490,10 @@ class ProjectsApi(object):
4952
4490
  Get a note of a(n) project
4953
4491
  This method makes a synchronous HTTP request by default.
4954
4492
 
4955
- :param cid:
4956
- :type cid: str
4957
- :param note_id:
4958
- :type note_id: str
4959
- :param async_: Perform the request asynchronously
4960
- :type async_: bool, optional
4961
- :rtype: Note
4493
+ :param str cid: (required)
4494
+ :param str note_id: (required)
4495
+ :param bool async_: Perform the request asynchronously
4496
+ :return: Note
4962
4497
  """
4963
4498
 
4964
4499
  all_params = ['cid','note_id',] # noqa: E501
@@ -5033,13 +4568,10 @@ class ProjectsApi(object):
5033
4568
  Get a project rule.
5034
4569
  This method makes a synchronous HTTP request by default.
5035
4570
 
5036
- :param project_id:
5037
- :type project_id: str
5038
- :param rule_id:
5039
- :type rule_id: str
5040
- :param async_: Perform the request asynchronously
5041
- :type async_: bool, optional
5042
- :rtype: GearRuleOutput
4571
+ :param str project_id: (required)
4572
+ :param str rule_id: (required)
4573
+ :param bool async_: Perform the request asynchronously
4574
+ :return: GearRuleOutput
5043
4575
  """
5044
4576
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
5045
4577
  kwargs['_return_http_data_only'] = True
@@ -5063,13 +4595,10 @@ class ProjectsApi(object):
5063
4595
  Get a project rule.
5064
4596
  This method makes a synchronous HTTP request by default.
5065
4597
 
5066
- :param project_id:
5067
- :type project_id: str
5068
- :param rule_id:
5069
- :type rule_id: str
5070
- :param async_: Perform the request asynchronously
5071
- :type async_: bool, optional
5072
- :rtype: GearRuleOutput
4598
+ :param str project_id: (required)
4599
+ :param str rule_id: (required)
4600
+ :param bool async_: Perform the request asynchronously
4601
+ :return: GearRuleOutput
5073
4602
  """
5074
4603
 
5075
4604
  all_params = ['project_id','rule_id',] # noqa: E501
@@ -5143,11 +4672,9 @@ class ProjectsApi(object):
5143
4672
 
5144
4673
  This method makes a synchronous HTTP request by default.
5145
4674
 
5146
- :param project_id:
5147
- :type project_id: str
5148
- :param async_: Perform the request asynchronously
5149
- :type async_: bool, optional
5150
- :rtype: list[GearRuleOutput]
4675
+ :param str project_id: (required)
4676
+ :param bool async_: Perform the request asynchronously
4677
+ :return: list[GearRuleOutput]
5151
4678
  """
5152
4679
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
5153
4680
  kwargs['_return_http_data_only'] = True
@@ -5170,11 +4697,9 @@ class ProjectsApi(object):
5170
4697
 
5171
4698
  This method makes a synchronous HTTP request by default.
5172
4699
 
5173
- :param project_id:
5174
- :type project_id: str
5175
- :param async_: Perform the request asynchronously
5176
- :type async_: bool, optional
5177
- :rtype: list[GearRuleOutput]
4700
+ :param str project_id: (required)
4701
+ :param bool async_: Perform the request asynchronously
4702
+ :return: list[GearRuleOutput]
5178
4703
  """
5179
4704
 
5180
4705
  all_params = ['project_id',] # noqa: E501
@@ -5243,29 +4768,18 @@ class ProjectsApi(object):
5243
4768
  Returns a page of sessions by their parent
5244
4769
  This method makes a synchronous HTTP request by default.
5245
4770
 
5246
- :param project_id: 24-char hex subject id
5247
- :type project_id: str
5248
- :param join: join file origins
5249
- :type join: JoinType, optional
5250
- :param include_all_info: Include all info in returned objects, defaults to false
5251
- :type include_all_info: bool, optional
5252
- :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)
5253
- :type filter: str, optional
5254
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
5255
- :type sort: str, optional
5256
- :param limit: The maximum number of entries to return.
5257
- :type limit: int, optional
5258
- :param skip: The number of entries to skip., defaults to 0
5259
- :type skip: int, optional
5260
- :param page: The page number (i.e. skip limit*page entries)
5261
- :type page: int, optional
5262
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
5263
- :type after_id: str, optional
5264
- :param x_accept_feature:, defaults to []
5265
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
5266
- :param async_: Perform the request asynchronously
5267
- :type async_: bool, optional
5268
- :rtype: union[Page,list[SessionListOutput]]
4771
+ :param str project_id: 24-char hex subject id (required)
4772
+ :param JoinType join: join file origins
4773
+ :param bool include_all_info: Include all info in returned objects
4774
+ :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)
4775
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
4776
+ :param int limit: The maximum number of entries to return.
4777
+ :param int skip: The number of entries to skip.
4778
+ :param int page: The page number (i.e. skip limit*page entries)
4779
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
4780
+ :param list[union[HeaderFeature,str]] x_accept_feature:
4781
+ :param bool async_: Perform the request asynchronously
4782
+ :return: union[Page,list[SessionListOutput]]
5269
4783
  """
5270
4784
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
5271
4785
  kwargs['_return_http_data_only'] = True
@@ -5289,29 +4803,18 @@ class ProjectsApi(object):
5289
4803
  Returns a page of sessions by their parent
5290
4804
  This method makes a synchronous HTTP request by default.
5291
4805
 
5292
- :param project_id: 24-char hex subject id
5293
- :type project_id: str
5294
- :param join: join file origins
5295
- :type join: JoinType, optional
5296
- :param include_all_info: Include all info in returned objects, defaults to false
5297
- :type include_all_info: bool, optional
5298
- :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)
5299
- :type filter: str, optional
5300
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
5301
- :type sort: str, optional
5302
- :param limit: The maximum number of entries to return.
5303
- :type limit: int, optional
5304
- :param skip: The number of entries to skip., defaults to 0
5305
- :type skip: int, optional
5306
- :param page: The page number (i.e. skip limit*page entries)
5307
- :type page: int, optional
5308
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
5309
- :type after_id: str, optional
5310
- :param x_accept_feature:, defaults to []
5311
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
5312
- :param async_: Perform the request asynchronously
5313
- :type async_: bool, optional
5314
- :rtype: union[Page,list[SessionListOutput]]
4806
+ :param str project_id: 24-char hex subject id (required)
4807
+ :param JoinType join: join file origins
4808
+ :param bool include_all_info: Include all info in returned objects
4809
+ :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)
4810
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
4811
+ :param int limit: The maximum number of entries to return.
4812
+ :param int skip: The number of entries to skip.
4813
+ :param int page: The page number (i.e. skip limit*page entries)
4814
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
4815
+ :param list[union[HeaderFeature,str]] x_accept_feature:
4816
+ :param bool async_: Perform the request asynchronously
4817
+ :return: union[Page,list[SessionListOutput]]
5315
4818
  """
5316
4819
 
5317
4820
  all_params = ['project_id','join','include_all_info','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
@@ -5399,11 +4902,9 @@ class ProjectsApi(object):
5399
4902
  Route for getting settings from a a(n) project
5400
4903
  This method makes a synchronous HTTP request by default.
5401
4904
 
5402
- :param project_id:
5403
- :type project_id: str
5404
- :param async_: Perform the request asynchronously
5405
- :type async_: bool, optional
5406
- :rtype: ProjectSettingsOutput
4905
+ :param str project_id: (required)
4906
+ :param bool async_: Perform the request asynchronously
4907
+ :return: ProjectSettingsOutput
5407
4908
  """
5408
4909
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
5409
4910
  kwargs['_return_http_data_only'] = True
@@ -5427,11 +4928,9 @@ class ProjectsApi(object):
5427
4928
  Route for getting settings from a a(n) project
5428
4929
  This method makes a synchronous HTTP request by default.
5429
4930
 
5430
- :param project_id:
5431
- :type project_id: str
5432
- :param async_: Perform the request asynchronously
5433
- :type async_: bool, optional
5434
- :rtype: ProjectSettingsOutput
4931
+ :param str project_id: (required)
4932
+ :param bool async_: Perform the request asynchronously
4933
+ :return: ProjectSettingsOutput
5435
4934
  """
5436
4935
 
5437
4936
  all_params = ['project_id',] # noqa: E501
@@ -5500,29 +4999,18 @@ class ProjectsApi(object):
5500
4999
  List all subjects for the given project.
5501
5000
  This method makes a synchronous HTTP request by default.
5502
5001
 
5503
- :param project_id:
5504
- :type project_id: str
5505
- :param join:
5506
- :type join: JoinType, optional
5507
- :param include_all_info: Include all info in returned objects, defaults to false
5508
- :type include_all_info: bool, optional
5509
- :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)
5510
- :type filter: str, optional
5511
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
5512
- :type sort: str, optional
5513
- :param limit: The maximum number of entries to return.
5514
- :type limit: int, optional
5515
- :param skip: The number of entries to skip., defaults to 0
5516
- :type skip: int, optional
5517
- :param page: The page number (i.e. skip limit*page entries)
5518
- :type page: int, optional
5519
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
5520
- :type after_id: str, optional
5521
- :param x_accept_feature:, defaults to []
5522
- :type x_accept_feature: list[str], optional
5523
- :param async_: Perform the request asynchronously
5524
- :type async_: bool, optional
5525
- :rtype: union[Page,list[SubjectOutputForList]]
5002
+ :param str project_id: (required)
5003
+ :param JoinType join:
5004
+ :param bool include_all_info: Include all info in returned objects
5005
+ :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)
5006
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
5007
+ :param int limit: The maximum number of entries to return.
5008
+ :param int skip: The number of entries to skip.
5009
+ :param int page: The page number (i.e. skip limit*page entries)
5010
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
5011
+ :param list[str] x_accept_feature:
5012
+ :param bool async_: Perform the request asynchronously
5013
+ :return: union[Page,list[SubjectOutputForList]]
5526
5014
  """
5527
5015
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
5528
5016
  kwargs['_return_http_data_only'] = True
@@ -5546,29 +5034,18 @@ class ProjectsApi(object):
5546
5034
  List all subjects for the given project.
5547
5035
  This method makes a synchronous HTTP request by default.
5548
5036
 
5549
- :param project_id:
5550
- :type project_id: str
5551
- :param join:
5552
- :type join: JoinType, optional
5553
- :param include_all_info: Include all info in returned objects, defaults to false
5554
- :type include_all_info: bool, optional
5555
- :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)
5556
- :type filter: str, optional
5557
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
5558
- :type sort: str, optional
5559
- :param limit: The maximum number of entries to return.
5560
- :type limit: int, optional
5561
- :param skip: The number of entries to skip., defaults to 0
5562
- :type skip: int, optional
5563
- :param page: The page number (i.e. skip limit*page entries)
5564
- :type page: int, optional
5565
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
5566
- :type after_id: str, optional
5567
- :param x_accept_feature:, defaults to []
5568
- :type x_accept_feature: list[str], optional
5569
- :param async_: Perform the request asynchronously
5570
- :type async_: bool, optional
5571
- :rtype: union[Page,list[SubjectOutputForList]]
5037
+ :param str project_id: (required)
5038
+ :param JoinType join:
5039
+ :param bool include_all_info: Include all info in returned objects
5040
+ :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)
5041
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
5042
+ :param int limit: The maximum number of entries to return.
5043
+ :param int skip: The number of entries to skip.
5044
+ :param int page: The page number (i.e. skip limit*page entries)
5045
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
5046
+ :param list[str] x_accept_feature:
5047
+ :param bool async_: Perform the request asynchronously
5048
+ :return: union[Page,list[SubjectOutputForList]]
5572
5049
  """
5573
5050
 
5574
5051
  all_params = ['project_id','join','include_all_info','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
@@ -5656,13 +5133,10 @@ class ProjectsApi(object):
5656
5133
  Get the value of a tag, by name
5657
5134
  This method makes a synchronous HTTP request by default.
5658
5135
 
5659
- :param cid:
5660
- :type cid: str
5661
- :param value: The tag to interact with
5662
- :type value: str
5663
- :param async_: Perform the request asynchronously
5664
- :type async_: bool, optional
5665
- :rtype: str
5136
+ :param str cid: (required)
5137
+ :param str value: The tag to interact with (required)
5138
+ :param bool async_: Perform the request asynchronously
5139
+ :return: str
5666
5140
  """
5667
5141
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
5668
5142
  kwargs['_return_http_data_only'] = True
@@ -5686,13 +5160,10 @@ class ProjectsApi(object):
5686
5160
  Get the value of a tag, by name
5687
5161
  This method makes a synchronous HTTP request by default.
5688
5162
 
5689
- :param cid:
5690
- :type cid: str
5691
- :param value: The tag to interact with
5692
- :type value: str
5693
- :param async_: Perform the request asynchronously
5694
- :type async_: bool, optional
5695
- :rtype: str
5163
+ :param str cid: (required)
5164
+ :param str value: The tag to interact with (required)
5165
+ :param bool async_: Perform the request asynchronously
5166
+ :return: str
5696
5167
  """
5697
5168
 
5698
5169
  all_params = ['cid','value',] # noqa: E501
@@ -5767,13 +5238,10 @@ class ProjectsApi(object):
5767
5238
  Get a user's permission from a project Args: project_id: The id of the project uid: The id of the user auth_session: The auth session Returns: RolePermissionOutput: The permission
5768
5239
  This method makes a synchronous HTTP request by default.
5769
5240
 
5770
- :param project_id:
5771
- :type project_id: str
5772
- :param uid:
5773
- :type uid: str
5774
- :param async_: Perform the request asynchronously
5775
- :type async_: bool, optional
5776
- :rtype: RolePermissionOutput
5241
+ :param str project_id: (required)
5242
+ :param str uid: (required)
5243
+ :param bool async_: Perform the request asynchronously
5244
+ :return: RolePermissionOutput
5777
5245
  """
5778
5246
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
5779
5247
  kwargs['_return_http_data_only'] = True
@@ -5797,13 +5265,10 @@ class ProjectsApi(object):
5797
5265
  Get a user's permission from a project Args: project_id: The id of the project uid: The id of the user auth_session: The auth session Returns: RolePermissionOutput: The permission
5798
5266
  This method makes a synchronous HTTP request by default.
5799
5267
 
5800
- :param project_id:
5801
- :type project_id: str
5802
- :param uid:
5803
- :type uid: str
5804
- :param async_: Perform the request asynchronously
5805
- :type async_: bool, optional
5806
- :rtype: RolePermissionOutput
5268
+ :param str project_id: (required)
5269
+ :param str uid: (required)
5270
+ :param bool async_: Perform the request asynchronously
5271
+ :return: RolePermissionOutput
5807
5272
  """
5808
5273
 
5809
5274
  all_params = ['project_id','uid',] # noqa: E501
@@ -5877,15 +5342,11 @@ class ProjectsApi(object):
5877
5342
 
5878
5343
  This method makes a synchronous HTTP request by default.
5879
5344
 
5880
- :param project_id:
5881
- :type project_id: str
5882
- :param body:
5883
- :type body: ProjectModify
5884
- :param x_accept_feature:, defaults to []
5885
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
5886
- :param async_: Perform the request asynchronously
5887
- :type async_: bool, optional
5888
- :rtype: ModifiedResult
5345
+ :param str project_id: (required)
5346
+ :param ProjectModify body: (required)
5347
+ :param list[union[HeaderFeature,str]] x_accept_feature:
5348
+ :param bool async_: Perform the request asynchronously
5349
+ :return: ModifiedResult
5889
5350
  """
5890
5351
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
5891
5352
  kwargs['_return_http_data_only'] = True
@@ -5908,15 +5369,11 @@ class ProjectsApi(object):
5908
5369
 
5909
5370
  This method makes a synchronous HTTP request by default.
5910
5371
 
5911
- :param project_id:
5912
- :type project_id: str
5913
- :param body:
5914
- :type body: ProjectModify
5915
- :param x_accept_feature:, defaults to []
5916
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
5917
- :param async_: Perform the request asynchronously
5918
- :type async_: bool, optional
5919
- :rtype: ModifiedResult
5372
+ :param str project_id: (required)
5373
+ :param ProjectModify body: (required)
5374
+ :param list[union[HeaderFeature,str]] x_accept_feature:
5375
+ :param bool async_: Perform the request asynchronously
5376
+ :return: ModifiedResult
5920
5377
  """
5921
5378
 
5922
5379
  all_params = ['project_id','body','x_accept_feature',] # noqa: E501
@@ -6005,15 +5462,11 @@ class ProjectsApi(object):
6005
5462
  Modify an analysis.
6006
5463
  This method makes a synchronous HTTP request by default.
6007
5464
 
6008
- :param cid:
6009
- :type cid: str
6010
- :param analysis_id:
6011
- :type analysis_id: str
6012
- :param body:
6013
- :type body: AnalysisModifyInput
6014
- :param async_: Perform the request asynchronously
6015
- :type async_: bool, optional
6016
- :rtype: ModifiedResult
5465
+ :param str cid: (required)
5466
+ :param str analysis_id: (required)
5467
+ :param AnalysisModifyInput body: (required)
5468
+ :param bool async_: Perform the request asynchronously
5469
+ :return: ModifiedResult
6017
5470
  """
6018
5471
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
6019
5472
  kwargs['_return_http_data_only'] = True
@@ -6037,15 +5490,11 @@ class ProjectsApi(object):
6037
5490
  Modify an analysis.
6038
5491
  This method makes a synchronous HTTP request by default.
6039
5492
 
6040
- :param cid:
6041
- :type cid: str
6042
- :param analysis_id:
6043
- :type analysis_id: str
6044
- :param body:
6045
- :type body: AnalysisModifyInput
6046
- :param async_: Perform the request asynchronously
6047
- :type async_: bool, optional
6048
- :rtype: ModifiedResult
5493
+ :param str cid: (required)
5494
+ :param str analysis_id: (required)
5495
+ :param AnalysisModifyInput body: (required)
5496
+ :param bool async_: Perform the request asynchronously
5497
+ :return: ModifiedResult
6049
5498
  """
6050
5499
 
6051
5500
  all_params = ['cid','analysis_id','body',] # noqa: E501
@@ -6137,15 +5586,11 @@ class ProjectsApi(object):
6137
5586
  Note: If modifying a file's modality, the current classification will be cleared (except for items in the \"Custom\" list)
6138
5587
  This method makes a synchronous HTTP request by default.
6139
5588
 
6140
- :param cid:
6141
- :type cid: str
6142
- :param filename:
6143
- :type filename: str
6144
- :param body:
6145
- :type body: FileModifyInput
6146
- :param async_: Perform the request asynchronously
6147
- :type async_: bool, optional
6148
- :rtype: ModifiedResult
5589
+ :param str cid: (required)
5590
+ :param str filename: (required)
5591
+ :param FileModifyInput body: (required)
5592
+ :param bool async_: Perform the request asynchronously
5593
+ :return: ModifiedResult
6149
5594
  """
6150
5595
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
6151
5596
  kwargs['_return_http_data_only'] = True
@@ -6169,15 +5614,11 @@ class ProjectsApi(object):
6169
5614
  Note: If modifying a file's modality, the current classification will be cleared (except for items in the \"Custom\" list)
6170
5615
  This method makes a synchronous HTTP request by default.
6171
5616
 
6172
- :param cid:
6173
- :type cid: str
6174
- :param filename:
6175
- :type filename: str
6176
- :param body:
6177
- :type body: FileModifyInput
6178
- :param async_: Perform the request asynchronously
6179
- :type async_: bool, optional
6180
- :rtype: ModifiedResult
5617
+ :param str cid: (required)
5618
+ :param str filename: (required)
5619
+ :param FileModifyInput body: (required)
5620
+ :param bool async_: Perform the request asynchronously
5621
+ :return: ModifiedResult
6181
5622
  """
6182
5623
 
6183
5624
  all_params = ['cid','filename','body',] # noqa: E501
@@ -6269,15 +5710,11 @@ class ProjectsApi(object):
6269
5710
  If replacing a file's classification, the modality can optionally be modified as well.
6270
5711
  This method makes a synchronous HTTP request by default.
6271
5712
 
6272
- :param cid:
6273
- :type cid: str
6274
- :param filename:
6275
- :type filename: str
6276
- :param body:
6277
- :type body: FileClassificationDelta
6278
- :param async_: Perform the request asynchronously
6279
- :type async_: bool, optional
6280
- :rtype: ModifiedResult
5713
+ :param str cid: (required)
5714
+ :param str filename: (required)
5715
+ :param FileClassificationDelta body: (required)
5716
+ :param bool async_: Perform the request asynchronously
5717
+ :return: ModifiedResult
6281
5718
  """
6282
5719
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
6283
5720
  kwargs['_return_http_data_only'] = True
@@ -6301,15 +5738,11 @@ class ProjectsApi(object):
6301
5738
  If replacing a file's classification, the modality can optionally be modified as well.
6302
5739
  This method makes a synchronous HTTP request by default.
6303
5740
 
6304
- :param cid:
6305
- :type cid: str
6306
- :param filename:
6307
- :type filename: str
6308
- :param body:
6309
- :type body: FileClassificationDelta
6310
- :param async_: Perform the request asynchronously
6311
- :type async_: bool, optional
6312
- :rtype: ModifiedResult
5741
+ :param str cid: (required)
5742
+ :param str filename: (required)
5743
+ :param FileClassificationDelta body: (required)
5744
+ :param bool async_: Perform the request asynchronously
5745
+ :return: ModifiedResult
6313
5746
  """
6314
5747
 
6315
5748
  all_params = ['cid','filename','body',] # noqa: E501
@@ -6401,15 +5834,11 @@ class ProjectsApi(object):
6401
5834
  Modify and return the file 'info' field
6402
5835
  This method makes a synchronous HTTP request by default.
6403
5836
 
6404
- :param cid:
6405
- :type cid: str
6406
- :param filename:
6407
- :type filename: str
6408
- :param body:
6409
- :type body: Info
6410
- :param async_: Perform the request asynchronously
6411
- :type async_: bool, optional
6412
- :rtype: ModifiedResult
5837
+ :param str cid: (required)
5838
+ :param str filename: (required)
5839
+ :param Info body: (required)
5840
+ :param bool async_: Perform the request asynchronously
5841
+ :return: ModifiedResult
6413
5842
  """
6414
5843
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
6415
5844
  kwargs['_return_http_data_only'] = True
@@ -6433,15 +5862,11 @@ class ProjectsApi(object):
6433
5862
  Modify and return the file 'info' field
6434
5863
  This method makes a synchronous HTTP request by default.
6435
5864
 
6436
- :param cid:
6437
- :type cid: str
6438
- :param filename:
6439
- :type filename: str
6440
- :param body:
6441
- :type body: Info
6442
- :param async_: Perform the request asynchronously
6443
- :type async_: bool, optional
6444
- :rtype: ModifiedResult
5865
+ :param str cid: (required)
5866
+ :param str filename: (required)
5867
+ :param Info body: (required)
5868
+ :param bool async_: Perform the request asynchronously
5869
+ :return: ModifiedResult
6445
5870
  """
6446
5871
 
6447
5872
  all_params = ['cid','filename','body',] # noqa: E501
@@ -6533,13 +5958,10 @@ class ProjectsApi(object):
6533
5958
  Update or replace info for a(n) project. Keys that contain '$' or '.' will be sanitized in the process of being updated on the container.
6534
5959
  This method makes a synchronous HTTP request by default.
6535
5960
 
6536
- :param cid:
6537
- :type cid: str
6538
- :param body:
6539
- :type body: Info
6540
- :param async_: Perform the request asynchronously
6541
- :type async_: bool, optional
6542
- :rtype: ModifiedResult
5961
+ :param str cid: (required)
5962
+ :param Info body: (required)
5963
+ :param bool async_: Perform the request asynchronously
5964
+ :return: ModifiedResult
6543
5965
  """
6544
5966
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
6545
5967
  kwargs['_return_http_data_only'] = True
@@ -6563,13 +5985,10 @@ class ProjectsApi(object):
6563
5985
  Update or replace info for a(n) project. Keys that contain '$' or '.' will be sanitized in the process of being updated on the container.
6564
5986
  This method makes a synchronous HTTP request by default.
6565
5987
 
6566
- :param cid:
6567
- :type cid: str
6568
- :param body:
6569
- :type body: Info
6570
- :param async_: Perform the request asynchronously
6571
- :type async_: bool, optional
6572
- :rtype: ModifiedResult
5988
+ :param str cid: (required)
5989
+ :param Info body: (required)
5990
+ :param bool async_: Perform the request asynchronously
5991
+ :return: ModifiedResult
6573
5992
  """
6574
5993
 
6575
5994
  all_params = ['cid','body',] # noqa: E501
@@ -6655,15 +6074,11 @@ class ProjectsApi(object):
6655
6074
  Update a note of a(n) project
6656
6075
  This method makes a synchronous HTTP request by default.
6657
6076
 
6658
- :param cid:
6659
- :type cid: str
6660
- :param note_id:
6661
- :type note_id: str
6662
- :param body:
6663
- :type body: NoteInput
6664
- :param async_: Perform the request asynchronously
6665
- :type async_: bool, optional
6666
- :rtype: int
6077
+ :param str cid: (required)
6078
+ :param str note_id: (required)
6079
+ :param NoteInput body: (required)
6080
+ :param bool async_: Perform the request asynchronously
6081
+ :return: int
6667
6082
  """
6668
6083
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
6669
6084
  kwargs['_return_http_data_only'] = True
@@ -6687,15 +6102,11 @@ class ProjectsApi(object):
6687
6102
  Update a note of a(n) project
6688
6103
  This method makes a synchronous HTTP request by default.
6689
6104
 
6690
- :param cid:
6691
- :type cid: str
6692
- :param note_id:
6693
- :type note_id: str
6694
- :param body:
6695
- :type body: NoteInput
6696
- :param async_: Perform the request asynchronously
6697
- :type async_: bool, optional
6698
- :rtype: int
6105
+ :param str cid: (required)
6106
+ :param str note_id: (required)
6107
+ :param NoteInput body: (required)
6108
+ :param bool async_: Perform the request asynchronously
6109
+ :return: int
6699
6110
  """
6700
6111
 
6701
6112
  all_params = ['cid','note_id','body',] # noqa: E501
@@ -6787,15 +6198,11 @@ class ProjectsApi(object):
6787
6198
  Update a rule on a project.
6788
6199
  This method makes a synchronous HTTP request by default.
6789
6200
 
6790
- :param project_id:
6791
- :type project_id: str
6792
- :param rule_id:
6793
- :type rule_id: str
6794
- :param body:
6795
- :type body: GearRuleModifyInput
6796
- :param async_: Perform the request asynchronously
6797
- :type async_: bool, optional
6798
- :rtype: GearRuleOutput
6201
+ :param str project_id: (required)
6202
+ :param str rule_id: (required)
6203
+ :param GearRuleModifyInput body: (required)
6204
+ :param bool async_: Perform the request asynchronously
6205
+ :return: GearRuleOutput
6799
6206
  """
6800
6207
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
6801
6208
  kwargs['_return_http_data_only'] = True
@@ -6819,15 +6226,11 @@ class ProjectsApi(object):
6819
6226
  Update a rule on a project.
6820
6227
  This method makes a synchronous HTTP request by default.
6821
6228
 
6822
- :param project_id:
6823
- :type project_id: str
6824
- :param rule_id:
6825
- :type rule_id: str
6826
- :param body:
6827
- :type body: GearRuleModifyInput
6828
- :param async_: Perform the request asynchronously
6829
- :type async_: bool, optional
6830
- :rtype: GearRuleOutput
6229
+ :param str project_id: (required)
6230
+ :param str rule_id: (required)
6231
+ :param GearRuleModifyInput body: (required)
6232
+ :param bool async_: Perform the request asynchronously
6233
+ :return: GearRuleOutput
6831
6234
  """
6832
6235
 
6833
6236
  all_params = ['project_id','rule_id','body',] # noqa: E501
@@ -6919,15 +6322,11 @@ class ProjectsApi(object):
6919
6322
  Route for modifying settings for a a(n) project
6920
6323
  This method makes a synchronous HTTP request by default.
6921
6324
 
6922
- :param project_id:
6923
- :type project_id: str
6924
- :param body:
6925
- :type body: ProjectSettingsInput
6926
- :param x_accept_feature:, defaults to []
6927
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
6928
- :param async_: Perform the request asynchronously
6929
- :type async_: bool, optional
6930
- :rtype: ProjectSettingsOutput
6325
+ :param str project_id: (required)
6326
+ :param ProjectSettingsInput body: (required)
6327
+ :param list[union[HeaderFeature,str]] x_accept_feature:
6328
+ :param bool async_: Perform the request asynchronously
6329
+ :return: ProjectSettingsOutput
6931
6330
  """
6932
6331
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
6933
6332
  kwargs['_return_http_data_only'] = True
@@ -6951,15 +6350,11 @@ class ProjectsApi(object):
6951
6350
  Route for modifying settings for a a(n) project
6952
6351
  This method makes a synchronous HTTP request by default.
6953
6352
 
6954
- :param project_id:
6955
- :type project_id: str
6956
- :param body:
6957
- :type body: ProjectSettingsInput
6958
- :param x_accept_feature:, defaults to []
6959
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
6960
- :param async_: Perform the request asynchronously
6961
- :type async_: bool, optional
6962
- :rtype: ProjectSettingsOutput
6353
+ :param str project_id: (required)
6354
+ :param ProjectSettingsInput body: (required)
6355
+ :param list[union[HeaderFeature,str]] x_accept_feature:
6356
+ :param bool async_: Perform the request asynchronously
6357
+ :return: ProjectSettingsOutput
6963
6358
  """
6964
6359
 
6965
6360
  all_params = ['project_id','body','x_accept_feature',] # noqa: E501
@@ -7048,17 +6443,12 @@ class ProjectsApi(object):
7048
6443
  Update a user's permission for this project.
7049
6444
  This method makes a synchronous HTTP request by default.
7050
6445
 
7051
- :param project_id:
7052
- :type project_id: str
7053
- :param uid:
7054
- :type uid: str
7055
- :param body:
7056
- :type body: RolePermissionUpdate
7057
- :param x_accept_feature:, defaults to []
7058
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
7059
- :param async_: Perform the request asynchronously
7060
- :type async_: bool, optional
7061
- :rtype: RolePermissionOutput
6446
+ :param str project_id: (required)
6447
+ :param str uid: (required)
6448
+ :param RolePermissionUpdate body: (required)
6449
+ :param list[union[HeaderFeature,str]] x_accept_feature:
6450
+ :param bool async_: Perform the request asynchronously
6451
+ :return: RolePermissionOutput
7062
6452
  """
7063
6453
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
7064
6454
  kwargs['_return_http_data_only'] = True
@@ -7082,17 +6472,12 @@ class ProjectsApi(object):
7082
6472
  Update a user's permission for this project.
7083
6473
  This method makes a synchronous HTTP request by default.
7084
6474
 
7085
- :param project_id:
7086
- :type project_id: str
7087
- :param uid:
7088
- :type uid: str
7089
- :param body:
7090
- :type body: RolePermissionUpdate
7091
- :param x_accept_feature:, defaults to []
7092
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
7093
- :param async_: Perform the request asynchronously
7094
- :type async_: bool, optional
7095
- :rtype: RolePermissionOutput
6475
+ :param str project_id: (required)
6476
+ :param str uid: (required)
6477
+ :param RolePermissionUpdate body: (required)
6478
+ :param list[union[HeaderFeature,str]] x_accept_feature:
6479
+ :param bool async_: Perform the request asynchronously
6480
+ :return: RolePermissionOutput
7096
6481
  """
7097
6482
 
7098
6483
  all_params = ['project_id','uid','body','x_accept_feature',] # noqa: E501
@@ -7187,13 +6572,10 @@ class ProjectsApi(object):
7187
6572
  Copy a project and its descendants to a new project tree
7188
6573
  This method makes a synchronous HTTP request by default.
7189
6574
 
7190
- :param project_id:
7191
- :type project_id: str
7192
- :param body:
7193
- :type body: ProjectCopyInput
7194
- :param async_: Perform the request asynchronously
7195
- :type async_: bool, optional
7196
- :rtype: ProjectCopyOutput
6575
+ :param str project_id: (required)
6576
+ :param ProjectCopyInput body: (required)
6577
+ :param bool async_: Perform the request asynchronously
6578
+ :return: ProjectCopyOutput
7197
6579
  """
7198
6580
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
7199
6581
  kwargs['_return_http_data_only'] = True
@@ -7217,13 +6599,10 @@ class ProjectsApi(object):
7217
6599
  Copy a project and its descendants to a new project tree
7218
6600
  This method makes a synchronous HTTP request by default.
7219
6601
 
7220
- :param project_id:
7221
- :type project_id: str
7222
- :param body:
7223
- :type body: ProjectCopyInput
7224
- :param async_: Perform the request asynchronously
7225
- :type async_: bool, optional
7226
- :rtype: ProjectCopyOutput
6602
+ :param str project_id: (required)
6603
+ :param ProjectCopyInput body: (required)
6604
+ :param bool async_: Perform the request asynchronously
6605
+ :return: ProjectCopyOutput
7227
6606
  """
7228
6607
 
7229
6608
  all_params = ['project_id','body',] # noqa: E501
@@ -7308,15 +6687,11 @@ class ProjectsApi(object):
7308
6687
 
7309
6688
  This method makes a synchronous HTTP request by default.
7310
6689
 
7311
- :param project_id:
7312
- :type project_id: str
7313
- :param token:
7314
- :type token: str
7315
- :param file:
7316
- :type file: str
7317
- :param async_: Perform the request asynchronously
7318
- :type async_: bool, optional
7319
- :rtype: list[FileOutput]
6690
+ :param str project_id: (required)
6691
+ :param str token: (required)
6692
+ :param str file: (required)
6693
+ :param bool async_: Perform the request asynchronously
6694
+ :return: list[FileOutput]
7320
6695
  """
7321
6696
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
7322
6697
  kwargs['_return_http_data_only'] = True
@@ -7339,15 +6714,11 @@ class ProjectsApi(object):
7339
6714
 
7340
6715
  This method makes a synchronous HTTP request by default.
7341
6716
 
7342
- :param project_id:
7343
- :type project_id: str
7344
- :param token:
7345
- :type token: str
7346
- :param file:
7347
- :type file: str
7348
- :param async_: Perform the request asynchronously
7349
- :type async_: bool, optional
7350
- :rtype: list[FileOutput]
6717
+ :param str project_id: (required)
6718
+ :param str token: (required)
6719
+ :param str file: (required)
6720
+ :param bool async_: Perform the request asynchronously
6721
+ :return: list[FileOutput]
7351
6722
  """
7352
6723
 
7353
6724
  all_params = ['project_id','token','file',] # noqa: E501
@@ -7432,9 +6803,8 @@ class ProjectsApi(object):
7432
6803
  Iterates all projects that have a session template. Recalculate if projects' sessions satisfy the template. Returns list of modified session ids.
7433
6804
  This method makes a synchronous HTTP request by default.
7434
6805
 
7435
- :param async_: Perform the request asynchronously
7436
- :type async_: bool, optional
7437
- :rtype: SessionTemplateRecalcOutput
6806
+ :param bool async_: Perform the request asynchronously
6807
+ :return: SessionTemplateRecalcOutput
7438
6808
  """
7439
6809
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
7440
6810
  kwargs['_return_http_data_only'] = True
@@ -7458,9 +6828,8 @@ class ProjectsApi(object):
7458
6828
  Iterates all projects that have a session template. Recalculate if projects' sessions satisfy the template. Returns list of modified session ids.
7459
6829
  This method makes a synchronous HTTP request by default.
7460
6830
 
7461
- :param async_: Perform the request asynchronously
7462
- :type async_: bool, optional
7463
- :rtype: SessionTemplateRecalcOutput
6831
+ :param bool async_: Perform the request asynchronously
6832
+ :return: SessionTemplateRecalcOutput
7464
6833
  """
7465
6834
 
7466
6835
  all_params = [] # noqa: E501
@@ -7523,11 +6892,9 @@ class ProjectsApi(object):
7523
6892
  Currently does nothing--will eventually calculate if sessions in the project satisfy the template.
7524
6893
  This method makes a synchronous HTTP request by default.
7525
6894
 
7526
- :param project_id:
7527
- :type project_id: str
7528
- :param async_: Perform the request asynchronously
7529
- :type async_: bool, optional
7530
- :rtype: SessionTemplateRecalcOutput
6895
+ :param str project_id: (required)
6896
+ :param bool async_: Perform the request asynchronously
6897
+ :return: SessionTemplateRecalcOutput
7531
6898
  """
7532
6899
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
7533
6900
  kwargs['_return_http_data_only'] = True
@@ -7551,11 +6918,9 @@ class ProjectsApi(object):
7551
6918
  Currently does nothing--will eventually calculate if sessions in the project satisfy the template.
7552
6919
  This method makes a synchronous HTTP request by default.
7553
6920
 
7554
- :param project_id:
7555
- :type project_id: str
7556
- :param async_: Perform the request asynchronously
7557
- :type async_: bool, optional
7558
- :rtype: SessionTemplateRecalcOutput
6921
+ :param str project_id: (required)
6922
+ :param bool async_: Perform the request asynchronously
6923
+ :return: SessionTemplateRecalcOutput
7559
6924
  """
7560
6925
 
7561
6926
  all_params = ['project_id',] # noqa: E501
@@ -7623,13 +6988,10 @@ class ProjectsApi(object):
7623
6988
 
7624
6989
  This method makes a synchronous HTTP request by default.
7625
6990
 
7626
- :param project_id:
7627
- :type project_id: str
7628
- :param rule_id:
7629
- :type rule_id: str
7630
- :param async_: Perform the request asynchronously
7631
- :type async_: bool, optional
7632
- :rtype: None
6991
+ :param str project_id: (required)
6992
+ :param str rule_id: (required)
6993
+ :param bool async_: Perform the request asynchronously
6994
+ :return: None
7633
6995
  """
7634
6996
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
7635
6997
  kwargs['_return_http_data_only'] = True
@@ -7652,13 +7014,10 @@ class ProjectsApi(object):
7652
7014
 
7653
7015
  This method makes a synchronous HTTP request by default.
7654
7016
 
7655
- :param project_id:
7656
- :type project_id: str
7657
- :param rule_id:
7658
- :type rule_id: str
7659
- :param async_: Perform the request asynchronously
7660
- :type async_: bool, optional
7661
- :rtype: None
7017
+ :param str project_id: (required)
7018
+ :param str rule_id: (required)
7019
+ :param bool async_: Perform the request asynchronously
7020
+ :return: None
7662
7021
  """
7663
7022
 
7664
7023
  all_params = ['project_id','rule_id',] # noqa: E501
@@ -7732,11 +7091,9 @@ class ProjectsApi(object):
7732
7091
 
7733
7092
  This method makes a synchronous HTTP request by default.
7734
7093
 
7735
- :param project_id:
7736
- :type project_id: str
7737
- :param async_: Perform the request asynchronously
7738
- :type async_: bool, optional
7739
- :rtype: DeletedResult
7094
+ :param str project_id: (required)
7095
+ :param bool async_: Perform the request asynchronously
7096
+ :return: DeletedResult
7740
7097
  """
7741
7098
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
7742
7099
  kwargs['_return_http_data_only'] = True
@@ -7759,11 +7116,9 @@ class ProjectsApi(object):
7759
7116
 
7760
7117
  This method makes a synchronous HTTP request by default.
7761
7118
 
7762
- :param project_id:
7763
- :type project_id: str
7764
- :param async_: Perform the request asynchronously
7765
- :type async_: bool, optional
7766
- :rtype: DeletedResult
7119
+ :param str project_id: (required)
7120
+ :param bool async_: Perform the request asynchronously
7121
+ :return: DeletedResult
7767
7122
  """
7768
7123
 
7769
7124
  all_params = ['project_id',] # noqa: E501
@@ -7832,15 +7187,11 @@ class ProjectsApi(object):
7832
7187
  Rename a tag
7833
7188
  This method makes a synchronous HTTP request by default.
7834
7189
 
7835
- :param cid:
7836
- :type cid: str
7837
- :param value: The tag to interact with
7838
- :type value: str
7839
- :param body:
7840
- :type body: Tag
7841
- :param async_: Perform the request asynchronously
7842
- :type async_: bool, optional
7843
- :rtype: str
7190
+ :param str cid: (required)
7191
+ :param str value: The tag to interact with (required)
7192
+ :param Tag body: (required)
7193
+ :param bool async_: Perform the request asynchronously
7194
+ :return: str
7844
7195
  """
7845
7196
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
7846
7197
  kwargs['_return_http_data_only'] = True
@@ -7864,15 +7215,11 @@ class ProjectsApi(object):
7864
7215
  Rename a tag
7865
7216
  This method makes a synchronous HTTP request by default.
7866
7217
 
7867
- :param cid:
7868
- :type cid: str
7869
- :param value: The tag to interact with
7870
- :type value: str
7871
- :param body:
7872
- :type body: Tag
7873
- :param async_: Perform the request asynchronously
7874
- :type async_: bool, optional
7875
- :rtype: str
7218
+ :param str cid: (required)
7219
+ :param str value: The tag to interact with (required)
7220
+ :param Tag body: (required)
7221
+ :param bool async_: Perform the request asynchronously
7222
+ :return: str
7876
7223
  """
7877
7224
 
7878
7225
  all_params = ['cid','value','body',] # noqa: E501
@@ -7963,13 +7310,10 @@ class ProjectsApi(object):
7963
7310
 
7964
7311
  This method makes a synchronous HTTP request by default.
7965
7312
 
7966
- :param project_id:
7967
- :type project_id: str
7968
- :param body:
7969
- :type body: ProjectTemplateListInput
7970
- :param async_: Perform the request asynchronously
7971
- :type async_: bool, optional
7972
- :rtype: ModifiedResult
7313
+ :param str project_id: (required)
7314
+ :param ProjectTemplateListInput body: (required)
7315
+ :param bool async_: Perform the request asynchronously
7316
+ :return: ModifiedResult
7973
7317
  """
7974
7318
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
7975
7319
  kwargs['_return_http_data_only'] = True
@@ -7992,13 +7336,10 @@ class ProjectsApi(object):
7992
7336
 
7993
7337
  This method makes a synchronous HTTP request by default.
7994
7338
 
7995
- :param project_id:
7996
- :type project_id: str
7997
- :param body:
7998
- :type body: ProjectTemplateListInput
7999
- :param async_: Perform the request asynchronously
8000
- :type async_: bool, optional
8001
- :rtype: ModifiedResult
7339
+ :param str project_id: (required)
7340
+ :param ProjectTemplateListInput body: (required)
7341
+ :param bool async_: Perform the request asynchronously
7342
+ :return: ModifiedResult
8002
7343
  """
8003
7344
 
8004
7345
  all_params = ['project_id','body',] # noqa: E501
@@ -8083,11 +7424,9 @@ class ProjectsApi(object):
8083
7424
 
8084
7425
  This method makes a synchronous HTTP request by default.
8085
7426
 
8086
- :param project_id:
8087
- :type project_id: str
8088
- :param async_: Perform the request asynchronously
8089
- :type async_: bool, optional
8090
- :rtype: UploadTokenOutput
7427
+ :param str project_id: (required)
7428
+ :param bool async_: Perform the request asynchronously
7429
+ :return: UploadTokenOutput
8091
7430
  """
8092
7431
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
8093
7432
  kwargs['_return_http_data_only'] = True
@@ -8110,11 +7449,9 @@ class ProjectsApi(object):
8110
7449
 
8111
7450
  This method makes a synchronous HTTP request by default.
8112
7451
 
8113
- :param project_id:
8114
- :type project_id: str
8115
- :param async_: Perform the request asynchronously
8116
- :type async_: bool, optional
8117
- :rtype: UploadTokenOutput
7452
+ :param str project_id: (required)
7453
+ :param bool async_: Perform the request asynchronously
7454
+ :return: UploadTokenOutput
8118
7455
  """
8119
7456
 
8120
7457
  all_params = ['project_id',] # noqa: E501
@@ -8183,29 +7520,18 @@ class ProjectsApi(object):
8183
7520
  Upload a file to a(n) project.
8184
7521
  This method makes a synchronous HTTP request by default.
8185
7522
 
8186
- :param container_id:
8187
- :type container_id: str
8188
- :param file: The file to upload
8189
- :type file: str
8190
- :param preserve_metadata:, defaults to false
8191
- :type preserve_metadata: bool, optional
8192
- :param ticket:
8193
- :type ticket: str, optional
8194
- :param id:
8195
- :type id: str, optional
8196
- :param level:
8197
- :type level: ContainerType, optional
8198
- :param job:
8199
- :type job: str, optional
8200
- :param metadata: Dictionary of file metadata (type, modality, info, etc.)
8201
- :type metadata: object, optional
8202
- :param x_accept_feature: redirect header, defaults to []
8203
- :type x_accept_feature: list[str], optional
8204
- :param content_type:
8205
- :type content_type: str, optional
8206
- :param async_: Perform the request asynchronously
8207
- :type async_: bool, optional
8208
- :rtype: union[list[FileOutput],UploadTicketOutput]
7523
+ :param str container_id: (required)
7524
+ :param str file: The file to upload (required)
7525
+ :param bool preserve_metadata:
7526
+ :param str ticket:
7527
+ :param str id:
7528
+ :param ContainerType level:
7529
+ :param str job:
7530
+ :param object metadata: Dictionary of file metadata (type, modality, info, etc.)
7531
+ :param list[str] x_accept_feature: redirect header
7532
+ :param str content_type:
7533
+ :param bool async_: Perform the request asynchronously
7534
+ :return: union[list[FileOutput],UploadTicketOutput]
8209
7535
  """
8210
7536
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
8211
7537
  kwargs['_return_http_data_only'] = True
@@ -8229,29 +7555,18 @@ class ProjectsApi(object):
8229
7555
  Upload a file to a(n) project.
8230
7556
  This method makes a synchronous HTTP request by default.
8231
7557
 
8232
- :param container_id:
8233
- :type container_id: str
8234
- :param file: The file to upload
8235
- :type file: str
8236
- :param preserve_metadata:, defaults to false
8237
- :type preserve_metadata: bool, optional
8238
- :param ticket:
8239
- :type ticket: str, optional
8240
- :param id:
8241
- :type id: str, optional
8242
- :param level:
8243
- :type level: ContainerType, optional
8244
- :param job:
8245
- :type job: str, optional
8246
- :param metadata: Dictionary of file metadata (type, modality, info, etc.)
8247
- :type metadata: object, optional
8248
- :param x_accept_feature: redirect header, defaults to []
8249
- :type x_accept_feature: list[str], optional
8250
- :param content_type:
8251
- :type content_type: str, optional
8252
- :param async_: Perform the request asynchronously
8253
- :type async_: bool, optional
8254
- :rtype: union[list[FileOutput],UploadTicketOutput]
7558
+ :param str container_id: (required)
7559
+ :param str file: The file to upload (required)
7560
+ :param bool preserve_metadata:
7561
+ :param str ticket:
7562
+ :param str id:
7563
+ :param ContainerType level:
7564
+ :param str job:
7565
+ :param object metadata: Dictionary of file metadata (type, modality, info, etc.)
7566
+ :param list[str] x_accept_feature: redirect header
7567
+ :param str content_type:
7568
+ :param bool async_: Perform the request asynchronously
7569
+ :return: union[list[FileOutput],UploadTicketOutput]
8255
7570
  """
8256
7571
 
8257
7572
  all_params = ['container_id','file','preserve_metadata','ticket','id','level','job','metadata','x_accept_feature','content_type',] # noqa: E501
@@ -8347,25 +7662,16 @@ class ProjectsApi(object):
8347
7662
  Upload an output file to an analysis
8348
7663
  This method makes a synchronous HTTP request by default.
8349
7664
 
8350
- :param cid:
8351
- :type cid: str
8352
- :param analysis_id:
8353
- :type analysis_id: str
8354
- :param file: The file to upload
8355
- :type file: str
8356
- :param ticket:
8357
- :type ticket: str, optional
8358
- :param id:
8359
- :type id: str, optional
8360
- :param level:
8361
- :type level: ContainerType, optional
8362
- :param job:
8363
- :type job: str, optional
8364
- :param content_type:
8365
- :type content_type: str, optional
8366
- :param async_: Perform the request asynchronously
8367
- :type async_: bool, optional
8368
- :rtype: list[FileOutput]
7665
+ :param str cid: (required)
7666
+ :param str analysis_id: (required)
7667
+ :param str file: The file to upload (required)
7668
+ :param str ticket:
7669
+ :param str id:
7670
+ :param ContainerType level:
7671
+ :param str job:
7672
+ :param str content_type:
7673
+ :param bool async_: Perform the request asynchronously
7674
+ :return: list[FileOutput]
8369
7675
  """
8370
7676
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
8371
7677
  kwargs['_return_http_data_only'] = True
@@ -8389,25 +7695,16 @@ class ProjectsApi(object):
8389
7695
  Upload an output file to an analysis
8390
7696
  This method makes a synchronous HTTP request by default.
8391
7697
 
8392
- :param cid:
8393
- :type cid: str
8394
- :param analysis_id:
8395
- :type analysis_id: str
8396
- :param file: The file to upload
8397
- :type file: str
8398
- :param ticket:
8399
- :type ticket: str, optional
8400
- :param id:
8401
- :type id: str, optional
8402
- :param level:
8403
- :type level: ContainerType, optional
8404
- :param job:
8405
- :type job: str, optional
8406
- :param content_type:
8407
- :type content_type: str, optional
8408
- :param async_: Perform the request asynchronously
8409
- :type async_: bool, optional
8410
- :rtype: list[FileOutput]
7698
+ :param str cid: (required)
7699
+ :param str analysis_id: (required)
7700
+ :param str file: The file to upload (required)
7701
+ :param str ticket:
7702
+ :param str id:
7703
+ :param ContainerType level:
7704
+ :param str job:
7705
+ :param str content_type:
7706
+ :param bool async_: Perform the request asynchronously
7707
+ :return: list[FileOutput]
8411
7708
  """
8412
7709
 
8413
7710
  all_params = ['cid','analysis_id','file','ticket','id','level','job','content_type',] # noqa: E501
@@ -8502,15 +7799,11 @@ class ProjectsApi(object):
8502
7799
  Create, update or just return an existing container sub-hierarchy as-is for the given project. Useful for efficient and highly parallel automated imports using device authN, based on common routing fields such as id, uid and label.
8503
7800
  This method makes a synchronous HTTP request by default.
8504
7801
 
8505
- :param project_id:
8506
- :type project_id: str
8507
- :param body:
8508
- :type body: ProjectHierarchyInput
8509
- :param uid_scope:
8510
- :type uid_scope: str, optional
8511
- :param async_: Perform the request asynchronously
8512
- :type async_: bool, optional
8513
- :rtype: ProjectHierarchyOutput
7802
+ :param str project_id: (required)
7803
+ :param ProjectHierarchyInput body: (required)
7804
+ :param str uid_scope:
7805
+ :param bool async_: Perform the request asynchronously
7806
+ :return: ProjectHierarchyOutput
8514
7807
  """
8515
7808
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
8516
7809
  kwargs['_return_http_data_only'] = True
@@ -8534,15 +7827,11 @@ class ProjectsApi(object):
8534
7827
  Create, update or just return an existing container sub-hierarchy as-is for the given project. Useful for efficient and highly parallel automated imports using device authN, based on common routing fields such as id, uid and label.
8535
7828
  This method makes a synchronous HTTP request by default.
8536
7829
 
8537
- :param project_id:
8538
- :type project_id: str
8539
- :param body:
8540
- :type body: ProjectHierarchyInput
8541
- :param uid_scope:
8542
- :type uid_scope: str, optional
8543
- :param async_: Perform the request asynchronously
8544
- :type async_: bool, optional
8545
- :rtype: ProjectHierarchyOutput
7830
+ :param str project_id: (required)
7831
+ :param ProjectHierarchyInput body: (required)
7832
+ :param str uid_scope:
7833
+ :param bool async_: Perform the request asynchronously
7834
+ :return: ProjectHierarchyOutput
8546
7835
  """
8547
7836
 
8548
7837
  all_params = ['project_id','body','uid_scope',] # noqa: E501