Skip to content

Commit 68f8361

Browse files
authored
New API to fetch whitelisted email domains - KB-5850 (#419)
* New API to fetch whitelisted email domains * Indentation Correction
1 parent 62b3a0d commit 68f8361

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
@@ -3568,6 +3568,13 @@ export const API_LIST = {
35683568
ROLE.PUBLIC,
35693569
],
35703570
},
3571+
'/proxies/v8/user/v1/email/approvedDomains': {
3572+
checksNeeded: [CHECK.ROLE],
3573+
// tslint:disable-next-line: object-literal-sort-keys
3574+
ROLE_CHECK: [
3575+
ROLE.PUBLIC,
3576+
],
3577+
},
35713578
},
35723579
URL_PATTERN:
35733580
[
@@ -4028,5 +4035,6 @@ export const API_LIST = {
40284035
'/proxies/v8/framework/v1/term/update/:id',
40294036
'/proxies/v8/framework/v1/read/:id',
40304037
'/proxies/v8/v1/search/competenciesByOrg/:id',
4038+
'/proxies/v8/user/v1/email/approvedDomains',
40314039
],
40324040
}

0 commit comments

Comments
 (0)