benchling_api_client.api.assay_results.unarchive_assay_results module

async asyncio(*, client: Client, json_body: AssayResultIdsRequest) Optional[Union[AssayResultIdsResponse, BadRequestError]]

Unarchive 1 or more results.

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

Unarchive 1 or more results.

sync_detailed(*, client: Client, json_body: AssayResultIdsRequest) Response[Union[AssayResultIdsResponse, BadRequestError]]