Skip to content

Commit

Permalink
New API to fetch whitelisted email domains - KB-5850 (#419)
Browse files Browse the repository at this point in the history
* New API to fetch whitelisted email domains

* Indentation Correction
  • Loading branch information
sreeragksgh authored Jul 16, 2024
1 parent 62b3a0d commit 68f8361
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/utils/whitelistApis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3568,6 +3568,13 @@ export const API_LIST = {
ROLE.PUBLIC,
],
},
'/proxies/v8/user/v1/email/approvedDomains': {
checksNeeded: [CHECK.ROLE],
// tslint:disable-next-line: object-literal-sort-keys
ROLE_CHECK: [
ROLE.PUBLIC,
],
},
},
URL_PATTERN:
[
Expand Down Expand Up @@ -4028,5 +4035,6 @@ export const API_LIST = {
'/proxies/v8/framework/v1/term/update/:id',
'/proxies/v8/framework/v1/read/:id',
'/proxies/v8/v1/search/competenciesByOrg/:id',
'/proxies/v8/user/v1/email/approvedDomains',
],
}

0 comments on commit 68f8361

Please sign in to comment.