Skip to content

Add support for create_task() action parameter #543

Description

@ab

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":

'action': 'review',

Describe the solution you'd like

File.create_task() should accept an action parameter.

Additional context

https://developer.box.com/guides/tasks/create/

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions