benchling_api_client.api.assay_runs.archive_assay_runs module¶
- async asyncio(*, client: Client, json_body: AssayRunsArchive) Optional[Union[AssayRunsArchivalChange, BadRequestError]] ¶
Archive assay runs that are not embedded in a notebook entry
- async asyncio_detailed(*, client: Client, json_body: AssayRunsArchive) Response[Union[AssayRunsArchivalChange, BadRequestError]] ¶
- sync(*, client: Client, json_body: AssayRunsArchive) Optional[Union[AssayRunsArchivalChange, BadRequestError]] ¶
Archive assay runs that are not embedded in a notebook entry
- sync_detailed(*, client: Client, json_body: AssayRunsArchive) Response[Union[AssayRunsArchivalChange, BadRequestError]] ¶