benchling_api_client.api.workflow_task_groups.update_workflow_task_group module

async asyncio(*, client: Client, workflow_task_group_id: str, json_body: WorkflowTaskGroupUpdate) Optional[Union[WorkflowTaskGroup, BadRequestError, NotFoundError]]

Update a workflow task group

async asyncio_detailed(*, client: Client, workflow_task_group_id: str, json_body: WorkflowTaskGroupUpdate) Response[Union[WorkflowTaskGroup, BadRequestError, NotFoundError]]
sync(*, client: Client, workflow_task_group_id: str, json_body: WorkflowTaskGroupUpdate) Optional[Union[WorkflowTaskGroup, BadRequestError, NotFoundError]]

Update a workflow task group

sync_detailed(*, client: Client, workflow_task_group_id: str, json_body: WorkflowTaskGroupUpdate) Response[Union[WorkflowTaskGroup, BadRequestError, NotFoundError]]