benchling_api_client.api.plates.archive_plates module

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

Archive plates and any containers of the plates

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

Archive plates and any containers of the plates

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