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