benchling_api_client.api.workflow_outputs.create_workflow_output module¶
- async asyncio(*, client: Client, json_body: WorkflowOutputCreate) Optional[Union[WorkflowOutput, BadRequestError]] ¶
Create a new workflow output
- async asyncio_detailed(*, client: Client, json_body: WorkflowOutputCreate) Response[Union[WorkflowOutput, BadRequestError]] ¶
- sync(*, client: Client, json_body: WorkflowOutputCreate) Optional[Union[WorkflowOutput, BadRequestError]] ¶
Create a new workflow output
- sync_detailed(*, client: Client, json_body: WorkflowOutputCreate) Response[Union[WorkflowOutput, BadRequestError]] ¶