benchling_api_client.api.projects.archive_projects module¶
- async asyncio(*, client: Client, json_body: ProjectsArchive) Optional[Union[ProjectsArchivalChange, BadRequestError]] ¶
Archives projects and their contents
- async asyncio_detailed(*, client: Client, json_body: ProjectsArchive) Response[Union[ProjectsArchivalChange, BadRequestError]] ¶
- sync(*, client: Client, json_body: ProjectsArchive) Optional[Union[ProjectsArchivalChange, BadRequestError]] ¶
Archives projects and their contents
- sync_detailed(*, client: Client, json_body: ProjectsArchive) Response[Union[ProjectsArchivalChange, BadRequestError]] ¶