Skip to content

Commit dc79113

Browse files
113312:Update whitelistApis.ts (#238)
1 parent 85acba1 commit dc79113

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/utils/whitelistApis.ts

+8
Original file line numberDiff line numberDiff line change
@@ -2506,6 +2506,13 @@ export const API_LIST = {
25062506
ROLE.PUBLIC,
25072507
],
25082508
},
2509+
'proxies/v8/user/v1/admin/autocomplete/:searchTerm': {
2510+
checksNeeded: [CHECK.ROLE],
2511+
// tslint:disable-next-line: object-literal-sort-keys
2512+
ROLE_CHECK: [
2513+
ROLE.MDO_ADMIN,
2514+
],
2515+
},
25092516
},
25102517
URL_PATTERN:
25112518
[
@@ -2825,5 +2832,6 @@ export const API_LIST = {
28252832
'/proxies/v8/trending/content/search',
28262833
'/proxies/v8/read/user/insights',
28272834
'/proxies/v8/storage/profilePhotoUpload/:cloudFolderName',
2835+
'/proxies/v8/user/v1/admin/autocomplete/:searchTerm',
28282836
],
28292837
}

0 commit comments

Comments
 (0)