Skip to content

Commit b0e31a2

Browse files
authored
Merge pull request #1708 from openedx/sameeramin/ENT-10838
feat: Update LmsApiService to use new integrated channels endpoints
2 parents f6883e8 + ae07559 commit b0e31a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/services/LmsApiService.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ class LmsApiService {
8282

8383
static providerDataSyncUrl = `${LmsApiService.baseUrl}/auth/saml/v0/provider_data/sync_provider_data/`;
8484

85-
static lmsIntegrationUrl = `${LmsApiService.baseUrl}/integrated_channels/api/v1`;
85+
static lmsIntegrationUrl = `${LmsApiService.baseUrl}/channel_integrations/api/v1`;
8686

87-
static lmsContentSyncStatusUrl = `${LmsApiService.baseUrl}/integrated_channels/api/v1/logs/content_sync_status`;
87+
static lmsContentSyncStatusUrl = `${LmsApiService.baseUrl}/channel_integrations/api/v1/logs/content_sync_status`;
8888

89-
static lmsLearnerSyncStatusUrl = `${LmsApiService.baseUrl}/integrated_channels/api/v1/logs/learner_sync_status`;
89+
static lmsLearnerSyncStatusUrl = `${LmsApiService.baseUrl}/channel_integrations/api/v1/logs/learner_sync_status`;
9090

9191
static createPendingUsersUrl = `${LmsApiService.baseUrl}/enterprise/api/v1/link_pending_enterprise_users`;
9292

0 commit comments

Comments
 (0)