benchling_api_client.api.entries.archive_entries module¶
- async asyncio(*, client: Client, json_body: EntriesArchive) Optional[EntriesArchivalChange] ¶
Archive notebook entries
- async asyncio_detailed(*, client: Client, json_body: EntriesArchive) Response[EntriesArchivalChange] ¶
- sync(*, client: Client, json_body: EntriesArchive) Optional[EntriesArchivalChange] ¶
Archive notebook entries
- sync_detailed(*, client: Client, json_body: EntriesArchive) Response[EntriesArchivalChange] ¶