Skip to content

Commit d872d5c

Browse files
Update whitelistApis.ts for create content request (#261)
1 parent a1a8e0f commit d872d5c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/utils/whitelistApis.ts

+9
Original file line numberDiff line numberDiff line change
@@ -2667,6 +2667,14 @@ export const API_LIST = {
26672667
ROLE.PUBLIC,
26682668
],
26692669
},
2670+
'/proxies/v8/cbplan/v1/admin/requestcontent': {
2671+
checksNeeded: [CHECK.ROLE],
2672+
// tslint:disable-next-line: object-literal-sort-keys
2673+
ROLE_CHECK: [
2674+
ROLE.MDO_ADMIN,
2675+
ROLE.MDO_LEADER,
2676+
],
2677+
},
26702678
},
26712679
URL_PATTERN:
26722680
[
@@ -3007,5 +3015,6 @@ export const API_LIST = {
30073015
'/proxies/v8/claimkarmapoints',
30083016
'/proxies/v8/login/entry',
30093017
'/proxies/v8/user/totalkarmapoints',
3018+
'/proxies/v8/cbplan/v1/admin/requestcontent'
30103019
],
30113020
}

0 commit comments

Comments
 (0)