benchling_api_client.api.containers.create_container module¶
- async asyncio(*, client: Client, json_body: ContainerCreate) Optional[Union[Container, BadRequestError]] ¶
Create a new container
- async asyncio_detailed(*, client: Client, json_body: ContainerCreate) Response[Union[Container, BadRequestError]] ¶
- sync(*, client: Client, json_body: ContainerCreate) Optional[Union[Container, BadRequestError]] ¶
Create a new container
- sync_detailed(*, client: Client, json_body: ContainerCreate) Response[Union[Container, BadRequestError]] ¶