benchling_api_client.api.plates.unarchive_plates module

async asyncio(*, client: Client, json_body: PlatesUnarchive) Optional[Union[PlatesArchivalChange, BadRequestError]]

Unarchive plates and the containers that were archived along with them

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

Unarchive plates and the containers that were archived along with them

sync_detailed(*, client: Client, json_body: PlatesUnarchive) Response[Union[PlatesArchivalChange, BadRequestError]]