benchling_api_client.api.batches.unarchive_batches module

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

Unarchive Batches

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

Unarchive Batches

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