File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ const mdmService = {
168
168
} ,
169
169
170
170
getProfilesStatusSummary : ( teamId : number ) => {
171
- let { MDM_PROFILES_STATUS_SUMMARY : path } = endpoints ;
171
+ let { PROFILES_STATUS_SUMMARY : path } = endpoints ;
172
172
173
173
if ( teamId ) {
174
174
path = `${ path } ?${ buildQueryStringFromParams ( { team_id : teamId } ) } ` ;
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ export default {
114
114
MDM_PROFILE : ( id : string ) => `/${ API_VERSION } /fleet/mdm/profiles/${ id } ` ,
115
115
116
116
MDM_UPDATE_APPLE_SETTINGS : `/${ API_VERSION } /fleet/mdm/apple/settings` ,
117
- MDM_PROFILES_STATUS_SUMMARY : `/${ API_VERSION } /fleet/mdm/profiles /summary` ,
117
+ PROFILES_STATUS_SUMMARY : `/${ API_VERSION } /fleet/configuration_profiles /summary` ,
118
118
MDM_DISK_ENCRYPTION_SUMMARY : `/${ API_VERSION } /fleet/mdm/disk_encryption/summary` ,
119
119
MDM_APPLE_SSO : `/${ API_VERSION } /fleet/mdm/sso` ,
120
120
MDM_APPLE_ENROLLMENT_PROFILE : ( token : string , ref ?: string ) => {
You can’t perform that action at this time.
0 commit comments