benchling_api_client.api.assay_results.archive_assay_results module¶
- async asyncio(*, client: Client, json_body: AssayResultsArchive) Optional[Union[AssayResultIdsResponse, BadRequestError]] ¶
Only results that have not been added to a Notebook Entry can be Archived. Once results are attached to a notebook entry, they are tracked in the history of that notebook entry, and cannot be archived.
- async asyncio_detailed(*, client: Client, json_body: AssayResultsArchive) Response[Union[AssayResultIdsResponse, BadRequestError]] ¶
- sync(*, client: Client, json_body: AssayResultsArchive) Optional[Union[AssayResultIdsResponse, BadRequestError]] ¶
Only results that have not been added to a Notebook Entry can be Archived. Once results are attached to a notebook entry, they are tracked in the history of that notebook entry, and cannot be archived.
- sync_detailed(*, client: Client, json_body: AssayResultsArchive) Response[Union[AssayResultIdsResponse, BadRequestError]] ¶