Is your feature request related to a problem? Please describe.
The Python SDK doesn't appear to support passing the action parameter to create_task(). This prevents users from creating complete tasks, since there is no way to set action="complete".
The action attribute is hardcoded to "review":
Describe the solution you'd like
File.create_task() should accept an action parameter.
Additional context
https://developer.box.com/guides/tasks/create/
Is your feature request related to a problem? Please describe.
The Python SDK doesn't appear to support passing the
actionparameter tocreate_task(). This prevents users from creatingcompletetasks, since there is no way to setaction="complete".The
actionattribute is hardcoded to"review":box-python-sdk/boxsdk/object/file.py
Line 557 in 6a7a941
Describe the solution you'd like
File.create_task()should accept anactionparameter.Additional context
https://developer.box.com/guides/tasks/create/