Commit 70eef1c saipradeep_ravipati
committed
1 parent 301c94f commit 70eef1c Copy full SHA for 70eef1c
File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,13 @@ export const API_LIST = {
204
204
ROLE . PUBLIC ,
205
205
] ,
206
206
} ,
207
+ '/proxies/v8/learner/course/v2/user/enrollment/list/:id' : {
208
+ checksNeeded : [ CHECK . ROLE ] ,
209
+ // tslint:disable-next-line: object-literal-sort-keys
210
+ ROLE_CHECK : [
211
+ ROLE . PUBLIC ,
212
+ ] ,
213
+ } ,
207
214
'/proxies/v8/learner/certreg/v1/certs/validate' : {
208
215
checksNeeded : [ ] ,
209
216
// tslint:disable-next-line: object-literal-sort-keys
@@ -2774,6 +2781,7 @@ export const API_LIST = {
2774
2781
'/proxies/v8/discussion/moderation/producer' ,
2775
2782
'/proxies/v8/discussion/moderation/consumer' ,
2776
2783
'/proxies/v8/learner/course/v1/user/enrollment/list/:id' ,
2784
+ '/proxies/v8/learner/course/v2/user/enrollment/list/:id' ,
2777
2785
'/proxies/v8/learner/certreg/v1/certs/validate' ,
2778
2786
'/proxies/v8/read/content-progres/:do_id' ,
2779
2787
'/proxies/v8/content-progres/:do_id' ,
You can’t perform that action at this time.
0 commit comments