benchling_api_client.api.workflow_outputs.update_workflow_output module

async asyncio(*, client: Client, workflow_output_id: str, json_body: WorkflowOutputUpdate) Optional[Union[WorkflowOutput, BadRequestError, NotFoundError]]

Update a workflow output

async asyncio_detailed(*, client: Client, workflow_output_id: str, json_body: WorkflowOutputUpdate) Response[Union[WorkflowOutput, BadRequestError, NotFoundError]]
sync(*, client: Client, workflow_output_id: str, json_body: WorkflowOutputUpdate) Optional[Union[WorkflowOutput, BadRequestError, NotFoundError]]

Update a workflow output

sync_detailed(*, client: Client, workflow_output_id: str, json_body: WorkflowOutputUpdate) Response[Union[WorkflowOutput, BadRequestError, NotFoundError]]