benchling_api_client.api.folders.unarchive_folders module

async asyncio(*, client: Client, json_body: FoldersUnarchive) Optional[Union[FoldersArchivalChange, BadRequestError]]

Unarchives folders and the contents that were archived along with them

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

Unarchives folders and the contents that were archived along with them

sync_detailed(*, client: Client, json_body: FoldersUnarchive) Response[Union[FoldersArchivalChange, BadRequestError]]