We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85acba1 commit dc79113Copy full SHA for dc79113
src/utils/whitelistApis.ts
@@ -2506,6 +2506,13 @@ export const API_LIST = {
2506
ROLE.PUBLIC,
2507
],
2508
},
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
+ },
2516
2517
URL_PATTERN:
2518
[
@@ -2825,5 +2832,6 @@ export const API_LIST = {
2825
2832
'/proxies/v8/trending/content/search',
2826
2833
'/proxies/v8/read/user/insights',
2827
2834
'/proxies/v8/storage/profilePhotoUpload/:cloudFolderName',
2835
+ '/proxies/v8/user/v1/admin/autocomplete/:searchTerm',
2828
2836
2829
2837
}
0 commit comments