benchling_api_client.api.workflow_tasks.update_workflow_task module

async asyncio(*, client: Client, workflow_task_id: str, json_body: WorkflowTaskUpdate) Optional[Union[WorkflowTask, BadRequestError, NotFoundError]]

Update a workflow task

async asyncio_detailed(*, client: Client, workflow_task_id: str, json_body: WorkflowTaskUpdate) Response[Union[WorkflowTask, BadRequestError, NotFoundError]]
sync(*, client: Client, workflow_task_id: str, json_body: WorkflowTaskUpdate) Optional[Union[WorkflowTask, BadRequestError, NotFoundError]]

Update a workflow task

sync_detailed(*, client: Client, workflow_task_id: str, json_body: WorkflowTaskUpdate) Response[Union[WorkflowTask, BadRequestError, NotFoundError]]