benchling_api_client.api.batches.archive_batches module

async asyncio(*, client: Client, json_body: BatchesArchive) Optional[Union[BatchesArchivalChange, BadRequestError]]

Archive Batches

async asyncio_detailed(*, client: Client, json_body: BatchesArchive) Response[Union[BatchesArchivalChange, BadRequestError]]
sync(*, client: Client, json_body: BatchesArchive) Optional[Union[BatchesArchivalChange, BadRequestError]]

Archive Batches

sync_detailed(*, client: Client, json_body: BatchesArchive) Response[Union[BatchesArchivalChange, BadRequestError]]