benchling_api_client.api.apps.archive_benchling_apps module

async asyncio(*, client: Client, json_body: BenchlingAppsArchive) Optional[Union[BenchlingAppsArchivalChange, BadRequestError]]

Archive apps

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

Archive apps

sync_detailed(*, client: Client, json_body: BenchlingAppsArchive) Response[Union[BenchlingAppsArchivalChange, BadRequestError]]