9.10.2
📦 twilio-sdkView on GitHub →
✨ 2 features🔧 15 symbols
Summary
This release focuses on API updates, specifically adding new endpoints for Profile Imports and removing several legacy endpoints related to Knowledge Bases. Documentation links were also updated.
Migration Steps
- If you were using the removed Knowledge Base paths (e.g., /v1/KnowledgeBases/{kbId}/Knowledge, /v1/KnowledgeBases/{kbId}/Search, etc.), update your code to use the new V2 endpoints or alternative methods if available.
✨ New Features
- Added 3 new API paths for Profile Imports: /v1/Stores/{storeId}/Profiles/Imports (ListProfileImportsV2, CreateProfilesImportV2) and /v1/Stores/{storeId}/Profiles/Imports/{importId} (FetchProfileImportV2).
- Removed 6 API paths related to Knowledge Bases and Knowledge operations.